Closed RangHo closed 3 years ago
Commit 04d8160e1ba45d13beac8b4fc4b9ece3ad2e96c2 separates the colorscheme from bspwm, allowing different colorschemes to be applied on the fly by wal --theme <theme name>
command. Unfortunately, alacritty
still depends on its own colorschemes, and new colors must be applied manually by running cat ~/.cache/wal/sequences
.
Initial effort is there -- at least that's something.
By now most of the colorscheme-related configurations reside in wal
package. It should be good enough.
Since
wal
utility can change colorscheme on the fly,wal
-related configurations should be packaged on their own. (Though this package is only used forbspwm
, but I plan to integratebspwm
with Plasma for my laptop, so I should separate them before I make that configuration.This is related to #1, as maintaining multiple layouts with central color scheme was quite a pain in the ass.