From f3333928f358275a36e2eb340284a7d0c2af7df2 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 11 Dec 2023 19:18:24 +0900 Subject: 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 --- config/hypr/scripts/WallpaperRandom.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'config/hypr/scripts/WallpaperRandom.sh') 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" \ -- cgit v1.2.3