RangHo / dotfiles

My personal configuration and bootstrap files
GNU General Public License v3.0
23 stars 0 forks source link

Separate colorscheme from desktop layout #3

Closed RangHo closed 3 years ago

RangHo commented 3 years ago

Since wal utility can change colorscheme on the fly, wal-related configurations should be packaged on their own. (Though this package is only used for bspwm, but I plan to integrate bspwm 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.

RangHo commented 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.

RangHo commented 3 years ago

By now most of the colorscheme-related configurations reside in wal package. It should be good enough.