wal-discord
wal-discord copied to clipboard
Possible issue with new syntax colors
Just trying to update to try the new colors. ran a git pull and wal-discord, which gives me
Error: Undefined variable: "$colorHighlight".
on line 134:33 of stdin
>> border-bottom: 1px solid rgba($colorHighlight, 0.1) !important;
Please run wal-discord -u
When I run ./wal-discord -u from the wal-discord directory, I get
ln: /home/gideon/.config/wal-discord/backends: cannot overwrite directory
When I run the executable symlinked to /usr/local/bin/wal-discord, I get
ln: /home/gideon/.config/wal-discord/backends: cannot overwrite directory
Error: Undefined variable: "$colorHighlight".
on line 134:33 of stdin
>> border-bottom: 1px solid rgba($colorHighlight, 0.1) !important;
--------------------------------^
Deleting $HOME/.config/wal-discord/backends fixed this.
Yeah, ouch. Made symlinking the default method to set up the config folder and didn't think that backends being a folder will cause problems.
That's a bit of an issue.