Tridactyl!
This commit is contained in:
parent
0cdee7b7d8
commit
392dfed89a
5 changed files with 111 additions and 3 deletions
|
@ -36,6 +36,9 @@ curl "https://raw.githubusercontent.com/0xdec/base16-rofi/master/themes/base16-$
|
|||
# qutebrowser
|
||||
curl "https://raw.githubusercontent.com/theova/base16-qutebrowser/master/themes/base16-${scheme}.config.py" > ~/.config/qutebrowser/theme.py
|
||||
|
||||
# Tridactyl
|
||||
curl "https://raw.githubusercontent.com/bezmi/base16-tridactyl/master/base16-${scheme}.css" > ~/.config/tridactyl/themes/theme.css
|
||||
|
||||
# TODO dunst (template online, but not to my liking)
|
||||
# TODO bar (might change bar in the future, so...)
|
||||
# TODO highlight (there IS a template but the colors look different from vim and mostly the same from when there's no config)
|
||||
|
@ -44,6 +47,7 @@ curl "https://raw.githubusercontent.com/theova/base16-qutebrowser/master/themes/
|
|||
~/.local/bin/colorSchemeApply
|
||||
~/.local/bin/colorSchemeApplyFzf
|
||||
# Error masking in case X not running
|
||||
xrdb -load ~/.config/Xresources/main 2> /dev/null
|
||||
#xrdb -load ~/.config/Xresources/main 2> /dev/null
|
||||
xrdb -I$HOME ~/.config/Xresources/main 2> /dev/null
|
||||
i3-msg reload 2> /dev/null
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue