AttributeError
➜ ~ wal -i Pictures/wall.jpg [I] image: Using image wall.jpg. [I] theme: Set theme to _home_sheep_Pictures_wall_jpg_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
I am also getting this for {background.red}. Do we have a fix for this?
I am also getting this for
{background.red}. Do we have a fix for this?
I'm getting the same here lol
The source and docs both suggest that this should work.
It seems that adding alpha_dec = "100" inside the Color class in util.py works for solving this issue.
The alpha_dec format is missing from util.py