diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh index 71f7a56..b6c57f3 100755 --- a/config/hypr/initial-boot.sh +++ b/config/hypr/initial-boot.sh @@ -19,7 +19,7 @@ if [ ! -f ~/.config/hypr/.initial_startup_done ]; then # Initialize pywal and wallpaper if [ -f "$wallpaper" ]; then - wal -i $wallpaper -s -t -n -e > /dev/null + wal -i $wallpaper -s -t > /dev/null swww query || swww-daemon && $swww $wallpaper $effect "$scriptsDir/PywalSwww.sh" > /dev/null 2>&1 & fi