diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-12-17 12:24:05 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-17 12:24:05 +0900 |
| commit | 948d1db075ec815983628ebf467d0d49bbe1b5e4 (patch) | |
| tree | 4b2b701c472940680d305d12d508f7eb64843159 /config/hypr/scripts/PywalSwww.sh | |
| parent | a9d868a61549b1a8d1e3f4f8b1e7cc13441fddea (diff) | |
| parent | 1ddbdc34f9544d9d54c1a9c1717955573484eac2 (diff) | |
Merge pull request #77 from JaKooLit/Development
updated automatic wallpaper change
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 |
