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/WallpaperRandom.sh | |
| parent | a9d868a61549b1a8d1e3f4f8b1e7cc13441fddea (diff) | |
| parent | 1ddbdc34f9544d9d54c1a9c1717955573484eac2 (diff) | |
Merge pull request #77 from JaKooLit/Development
updated automatic wallpaper change
Diffstat (limited to 'config/hypr/scripts/WallpaperRandom.sh')
| -rwxr-xr-x | config/hypr/scripts/WallpaperRandom.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/config/hypr/scripts/WallpaperRandom.sh b/config/hypr/scripts/WallpaperRandom.sh index b5205723..13bd2995 100755 --- a/config/hypr/scripts/WallpaperRandom.sh +++ b/config/hypr/scripts/WallpaperRandom.sh @@ -5,8 +5,7 @@ # # NOTE: this script uses bash (not POSIX shell) for the RANDOM variable -pywal_script=$HOME/.config/hypr/scripts/PywalSwww.sh -pywal_refresh=$HOME/.config/hypr/scripts/Refresh.sh +pywal_refresh=$HOME/.config/hypr/scripts/RefreshNoWaybar.sh if [[ $# -lt 1 ]] || [[ ! -d $1 ]]; then echo "Usage: @@ -29,8 +28,7 @@ while true; do | sort -n | cut -d':' -f2- \ | while read -r img; do swww img "$img" - $pywal_script - $pywal_refresh + $pywal_refresh sleep $INTERVAL done |
