diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2023-12-17 12:11:43 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2023-12-17 12:13:02 +0900 |
| commit | 8b09525226e651c68d5f917649b6fe1a01686d03 (patch) | |
| tree | 4b2b701c472940680d305d12d508f7eb64843159 /config/hypr/scripts/PywalSwww.sh | |
| parent | 3a6774177703cad0f90da27f72f4ebe53a89a363 (diff) | |
Updated Wallpaper automatic change to not refresh waybar to avoid annoyance :)
Diffstat (limited to 'config/hypr/scripts/PywalSwww.sh')
| -rwxr-xr-x | config/hypr/scripts/PywalSwww.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/scripts/PywalSwww.sh b/config/hypr/scripts/PywalSwww.sh index fc7b5d3f..d91d3f60 100755 --- a/config/hypr/scripts/PywalSwww.sh +++ b/config/hypr/scripts/PywalSwww.sh @@ -31,8 +31,8 @@ done # Check the flag before executing further commands if [ "$ln_success" = true ]; then # execute pywal - wal -i "$wallpaper_path" + # wal -i "$wallpaper_path" # execute pywal skipping tty and terminal changes - # wal -i "$wallpaper_path" -s -t & + wal -i "$wallpaper_path" -s -t & fi |
