Integrate dynamic colorschemes into applications

Makes polybar use Xresources color values for its colors. Resets rofi
values to their default after being overwritten by the base16 themes.
Makes qutebrowser include the colorscheme in its configuration file.

Ignore dynamically generated colorschemes in .gitignore file.
This commit is contained in:
Marty Oehme 2020-01-31 01:22:47 +01:00
parent 6ed90134a3
commit ad8decb4ef
7 changed files with 28 additions and 9 deletions

View file

@ -61,8 +61,8 @@ c.tabs.title.format = '{index} {audio}{perc}{current_title}'
c.tabs.position = "right"
c.tabs.width = "15%"
# give the browser nice nord theme colors
config.source('themes/base16-gruvbox-dark.py')
# give the browser nice theme colors
config.source('colorscheme.py')
# Status bar
# should be visible to prevent 'jumping' bug, see https://github.com/qutebrowser/qutebrowser/issues/2236