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:
parent
6ed90134a3
commit
ad8decb4ef
7 changed files with 28 additions and 9 deletions
|
|
@ -30,6 +30,10 @@ super + x
|
|||
super + BackSpace
|
||||
rofi -modi "powermenu:~/.config/rofi/modes/powermenu" -show powermenu -theme themes/powermenu
|
||||
|
||||
# quick-switching of theme using styler
|
||||
super + F8
|
||||
styler set $(styler list themes | rofi -dmenu -theme /themes/dmenu -matching fuzzy)
|
||||
|
||||
# enable function (/media) key functionality
|
||||
# TODO: set up next song, previous song, pause, etc
|
||||
# see: https://www.reddit.com/r/i3wm/comments/3a6nh3/help_how_to_use_function_keys_in_i3_config/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue