diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-01 16:18:57 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-01 16:18:57 +0900 |
| commit | 8f2585948c93dc2ae99dbc17349d73367926fb30 (patch) | |
| tree | 15aa68d9dac8e2b51e3c44fc2f04e65fd4ca59c3 /config | |
| parent | 8f2abf78f0866fabe02dce73c24183d7d3fd0df8 (diff) | |
updated initial boot.sh setting of wallpaper was not working
Diffstat (limited to 'config')
| -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 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 |
