diff --git a/scripts/.local/share/scripts/switch-theme b/scripts/.local/share/scripts/switch-theme index 730a805..ffdf46b 100755 --- a/scripts/.local/share/scripts/switch-theme +++ b/scripts/.local/share/scripts/switch-theme @@ -20,6 +20,9 @@ change_theme() { sed -i "s/iceberg_$1/iceberg_$2/" ~/.config/zathura/zathurarc kitty +kitten themes --reload-in=all "Iceberg $(capitalize "$2")" tmux source-file ~/.tmux.conf + nvr --remote-send ":source ~/.config/nvim/init.vim " + nvr --remote-send ":set nonumber " + nvr --remote-send ":set norelativenumber " } recolor_zathura() {