From 8f2585948c93dc2ae99dbc17349d73367926fb30 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 1 May 2024 16:18:57 +0900 Subject: updated initial boot.sh setting of wallpaper was not working --- 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 71f7a563..b6c57f3e 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 -- cgit v1.2.3