This commit is contained in:
2022-02-15 09:46:39 -05:00
parent 0ebcfc90ed
commit c65eda5f08
3 changed files with 416 additions and 6 deletions
+2 -5
View File
@@ -1,18 +1,15 @@
post = "kitty @ set-colors --all --configured ~/.cache/theme/kitty.conf > /dev/null 2>&1"
# TODO: update ttys, fix vim, get all themes from wal/colorschemes/dark
[apps]
vim = "~/.config/nvim/colors/theme.vim"
vim-custom = "~/.config/nvim/colors/theme.vim"
airline = "~/.config/nvim/autoload/airline/themes/theme.vim"
shell = { file = "~/.cache/theme/colors.sh", post = "(bspc wm -r &) ; (source ~/.cache/theme/colors.sh)" }
variables = "~/.cache/theme/variables.sh"
xresources = { file = "~/.cache/theme/colors.Xresources", post = "(xrdb -merge -quiet ~/.config/X11/Xresources) ; ((spicetify update > /dev/null 2>&1) & ) ; (fuck polybar &)" }
kitty = "~/.cache/theme/kitty.conf"
kitty = { file = "~/.cache/theme/kitty.conf" }
rofi-custom = "~/.cache/theme/colors-rofi.rasi"
dunst-custom = { file = "~/.config/dunst/dunstrc", post = "(killall dunst &) ; (dunst &)" }