From ffd9c409864d7934c24abde08b5f9692f96d9a54 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Sun, 24 Dec 2023 12:46:29 +0900 Subject: [PATCH] updated initial boot.sh --- config/hypr/initial-boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh index 96dc658..32a236e 100755 --- a/config/hypr/initial-boot.sh +++ b/config/hypr/initial-boot.sh @@ -28,7 +28,7 @@ if [ ! -f ~/.config/hypr/.initial_startup_done ]; then ln -sf "$waybar_style" "$HOME/.config/waybar/style.css" # Initial scripts to load in order to have a proper wallpaper waybar and pywal themes - swww query || swww init && $swww "$wallpaper" $effect + swww kill && swww query || swww init && $swww "$wallpaper" $effect # Refreshing waybar, dunst, rofi etc. "$scriptsDir/PywalSwww.sh" > /dev/null 2>&1 &