You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! I'm trying to use this theme, but after copying discord-wal.css to $HOME/.config/wal/templates and running pywal, I get the following error:
> wal -i X39qMYI.jpeg
[I] image: Using image X39qMYI.jpeg.
[I] theme: Set theme to _home_user_Wallpapers_X39qMYI_jpeg_dark_None_None_1.1.0.json.
[I] colors: Found cached colorscheme.
[I] wallpaper: Set the new wallpaper.
[I] sequences: Set terminal colors.
Traceback (most recent call last):
File "/usr/bin/wal", line 33, in<module>
sys.exit(load_entry_point('pywal==3.3.0', 'console_scripts', 'wal')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/pywal/__main__.py", line 208, in main
parse_args(parser)
File "/usr/lib/python3.11/site-packages/pywal/__main__.py", line 185, in parse_args
export.every(colors_plain)
File "/usr/lib/python3.11/site-packages/pywal/export.py", line 68, in every
template(colors, file.path, join(output_dir, file.name))
File "/usr/lib/python3.11/site-packages/pywal/export.py", line 15, in template
template_data = "".join(template_data).format(**colors)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Color' object has no attribute 'red'~/Wallpapers
> wal -v
wal 3.3.0
When running with the wal backend, I get a different error message:
> wal -i X39qMYI.jpeg -b wal
[I] image: Using image X39qMYI.jpeg.
[I] theme: Set theme to _home_user_Wallpapers_X39qMYI_jpeg_dark_None_None_1.1.0.json.
[I] colors: Found cached colorscheme.
[I] wallpaper: Set the new wallpaper.
[I] sequences: Set terminal colors.
Traceback (most recent call last):
File "/usr/bin/wal", line 33, in<module>
sys.exit(load_entry_point('pywal==3.3.0', 'console_scripts', 'wal')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/pywal/__main__.py", line 208, in main
parse_args(parser)
File "/usr/lib/python3.11/site-packages/pywal/__main__.py", line 185, in parse_args
export.every(colors_plain)
File "/usr/lib/python3.11/site-packages/pywal/export.py", line 68, in every
template(colors, file.path, join(output_dir, file.name))
File "/usr/lib/python3.11/site-packages/pywal/export.py", line 15, in template
template_data = "".join(template_data).format(**colors)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/pywal/util.py", line 25, in rgb
return"%s,%s,%s" % (*hex_to_rgb(self.hex_color),)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/pywal/util.py", line 116, in hex_to_rgb
return tuple(bytes.fromhex(color.strip("#")))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: non-hexadecimal number found infromhex() arg at position 0
pywal installed via AUR (extra/python-pywal, version 3.3.0-8).
Please let me know if you need any more information. Thanks.
The text was updated successfully, but these errors were encountered:
Hey! I'm trying to use this theme, but after copying
discord-wal.css
to$HOME/.config/wal/templates
and running pywal, I get the following error:When running with the
wal
backend, I get a different error message:pywal installed via AUR (extra/python-pywal, version 3.3.0-8).
Please let me know if you need any more information. Thanks.
The text was updated successfully, but these errors were encountered: