diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-14 21:32:18 +0200 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-14 21:32:18 +0200 | 
| commit | e0ba0fb4c965c50bfadc30b93f5c8217cfe5c22c (patch) | |
| tree | 0812377ecf9229f72e839212d5daa07e44b67465 /bin/guiscripts | |
| parent | 10db861e447eaf0d3c360e8a47d0fc45d0a9280a (diff) | |
added snippets
Diffstat (limited to 'bin/guiscripts')
| -rwxr-xr-x | bin/guiscripts/nordtheme | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/guiscripts/nordtheme b/bin/guiscripts/nordtheme index 5efb853..5d118c4 100755 --- a/bin/guiscripts/nordtheme +++ b/bin/guiscripts/nordtheme @@ -10,6 +10,7 @@ then  	sed -i 's/ColorMyPencils("[^"]\+")/ColorMyPencils("nord")/g' ~/.config/nvim/after/plugin/colors.lua  else  	ln -sf ~/.cache/wal/colors-waybar.css ~/.config/waybar/colors.css +	ln -sf ~/.config/tofi/themes/base16 ~/.config/tofi/config  	newwal  	sed -i 's/ColorMyPencils("[^"]\+")/ColorMyPencils("pywal")/g' ~/.config/nvim/after/plugin/colors.lua  fi  | 
