From 0d262c187ed0deaa735f5481348cab941dd1cf23 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Mon, 25 Sep 2023 12:16:36 +0000 Subject: [PATCH] Add pywal initiation to the script --- 3-dotfiles.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/3-dotfiles.sh b/3-dotfiles.sh index f1514aa..54df80d 100755 --- a/3-dotfiles.sh +++ b/3-dotfiles.sh @@ -78,7 +78,9 @@ _installSymLink starship ~/.config/starship.toml ~/dotfiles/starship/starship.to _installSymLink rofi ~/.config/rofi ~/dotfiles/rofi/ ~/.config _installSymLink dunst ~/.config/dunst ~/dotfiles/dunst/ ~/.config _installSymLink wal ~/.config/wal ~/dotfiles/wal/ ~/.config - +wal -i screenshots/ +echo "Pywal templates initiated!" +echo "" echo "-------------------------------------" echo "-> Install GTK dotfiles" echo "-------------------------------------"