desktop: Add flavours program to set colors

Switching from my custom, brittle, styling implementation `styler` to
the wonder `flavours` program which does exactly the same only with more
clarity, faster and - I would presume - more stable.
This commit is contained in:
Marty Oehme 2023-03-07 11:05:15 +01:00
parent 2c0d41f4af
commit b800d8f1eb
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
6 changed files with 147 additions and 8 deletions

View file

@ -71,7 +71,7 @@ riverctl map normal $mod+Shift T spawn "bemenu-translate"
# Desktop theming
# shellcheck disable=SC2016
riverctl map normal $mod+Shift S spawn 'styler set $(styler list themes | bemenu)'
riverctl map normal $mod+Shift S spawn 'flavours list -l | bemenu | xargs flavours apply'
# Password dropdown frontend
riverctl map normal $mod+Shift P spawn "pass-pick"