From 91c92e08d20e8e23e0ece5c5d49c0f9d541f6677 Mon Sep 17 00:00:00 2001 From: coolneng Date: Fri, 18 Nov 2022 13:57:49 +0100 Subject: [PATCH] Remove line number neovim hack in switch-theme --- scripts/.local/share/scripts/switch-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/.local/share/scripts/switch-theme b/scripts/.local/share/scripts/switch-theme index 4b2616e..68c695c 100755 --- a/scripts/.local/share/scripts/switch-theme +++ b/scripts/.local/share/scripts/switch-theme @@ -12,7 +12,7 @@ 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 :set nonumber :set norelativenumber " + nvr --remote-send ":source ~/.config/nvim/init.vim " } recolor_zathura() {