diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-04-23 11:01:06 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-04-23 11:01:06 +0900 |
| commit | b25891b922ac7b66a56671eb94ee90315d04d9f4 (patch) | |
| tree | ba6add740b0dce6195b32e1d83161fd5d5eef6c9 | |
| parent | 73a945572bf3200568834c4efe358494d507de15 (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 15fae8c8..b6c57f3e 100755 --- a/config/hypr/initial-boot.sh +++ b/config/hypr/initial-boot.sh @@ -20,7 +20,7 @@ if [ ! -f ~/.config/hypr/.initial_startup_done ]; then # Initialize pywal and wallpaper if [ -f "$wallpaper" ]; then wal -i $wallpaper -s -t > /dev/null - swww-daemon --format xrgb && $swww $wallpaper $effect + swww query || swww-daemon && $swww $wallpaper $effect "$scriptsDir/PywalSwww.sh" > /dev/null 2>&1 & fi |
