diff options
Diffstat (limited to 'config/hypr/scripts/WallpaperRandom.sh')
| -rwxr-xr-x | config/hypr/scripts/WallpaperRandom.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config/hypr/scripts/WallpaperRandom.sh b/config/hypr/scripts/WallpaperRandom.sh index 67a12adb..b5205723 100755 --- a/config/hypr/scripts/WallpaperRandom.sh +++ b/config/hypr/scripts/WallpaperRandom.sh @@ -16,11 +16,10 @@ fi # Edit below to control the images transition export SWWW_TRANSITION_FPS=60 -export SWWW_TRANSITION_STEP=2 -export SWWW_TRANSITION_TYPE=random +export SWWW_TRANSITION_TYPE=simple # This controls (in seconds) when to switch to the next image -INTERVAL=900 +INTERVAL=1800 while true; do find "$1" \ |
