diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-11 19:18:24 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-11 19:18:24 +0900 |
| commit | f3333928f358275a36e2eb340284a7d0c2af7df2 (patch) | |
| tree | 288dd79691e91135b0b507ec4f5afc229074e75c /config/hypr/scripts/WallpaperRandom.sh | |
| parent | 6cff57c76d9627dd28b7128279a24248b2ca0ef8 (diff) | |
Wallpaper effects changes:
1.) Wallpaper Select - switched to any effects
2.) Random wallpaper (CTRL ALT 2) - switched to random effects
3.) Automatic wallpaper - Increased to 30 mins, switched to simple effects
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" \ |
