diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2023-12-24 12:46:29 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2023-12-24 12:46:29 +0900 |
| commit | ffd9c409864d7934c24abde08b5f9692f96d9a54 (patch) | |
| tree | 3b5a8abcc4e43bba763b98bad5966d35e9864663 | |
| parent | 0195afc03afa3be25927db980f8c0537b8219c78 (diff) | |
updated initial boot.sh
| -rwxr-xr-x | config/hypr/initial-boot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh index 96dc658a..32a236e2 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 & |
