16 lines
834 B
TOML
16 lines
834 B
TOML
|
|
||
|
post = "kitty @ set-colors --all --configured .cache/theme/kitty.conf >/dev/null 2>&1"
|
||
|
|
||
|
[apps]
|
||
|
vim = "~/.config/nvim/colors/theme.vim"
|
||
|
shell = { file = "~/.cache/theme/colors.sh", post = "(bspc wm -r &) ; (source ~/.cache/theme/colors.sh)" }
|
||
|
airline = "~/.config/nvim/autoload/airline/themes/theme.vim"
|
||
|
xresources = { file = "~/.cache/theme/colors.Xresources", post = "(xrdb -merge -quiet ~/.config/X11/Xresources) ; (spicetify update &) ; (fuck polybar &)" }
|
||
|
kitty = "~/.cache/theme/kitty.conf"
|
||
|
rofi-custom = "~/.cache/theme/colors-rofi.rasi"
|
||
|
dunst-custom = { file = "~/.config/dunst/dunstrc", post = "(killall dunst &) ; (dunst &)" }
|
||
|
zathura-custom = "~/.config/zathura/zathurarc"
|
||
|
discord = { file = "~/.cache/wal/colors.css", post = "pywal-discord &" }
|
||
|
firefox = { file = "~/.cache/wal/colors.json", post = "pywalfox update &" }
|
||
|
|