diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-10 22:25:34 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-10 22:25:34 +0200 |
commit | 871b70c9a481af8c5b7d386dd8c58aa0e4f22fcd (patch) | |
tree | 28b64ba43bff370fc8459f5291510b10c6b09f0c /bin | |
parent | fbdb5aba68311aee6f00d08420b027ca6b958bbb (diff) |
added tofi reset to nordtheme
Diffstat (limited to 'bin')
-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 898c5d5..5efb853 100755 --- a/bin/guiscripts/nordtheme +++ b/bin/guiscripts/nordtheme @@ -2,6 +2,7 @@ if test -z "$1" then ln -sf /usr/share/foot/themes/nord ~/.config/foot/colors + ln -sf ~/.config/tofi/themes/nord ~/.config/tofi/config ln -sf ~/.config/waybar/colors/colors-nord ~/.config/waybar/colors.css ln -sf ~/pics/wallpapers/nord/nord_background3.jpg ~/pics/wallpaper swaybg -i ~/pics/wallpaper & |