From 08c8db898ff52483d3e84bc6738e3c7ee857344d Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 26 Dec 2024 23:13:14 +0900 Subject: all wallpaper stuff scripts have been "tweaked" --- config/hypr/UserScripts/WallpaperRandom.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config/hypr/UserScripts/WallpaperRandom.sh') diff --git a/config/hypr/UserScripts/WallpaperRandom.sh b/config/hypr/UserScripts/WallpaperRandom.sh index c3926906..6e8f5ff6 100755 --- a/config/hypr/UserScripts/WallpaperRandom.sh +++ b/config/hypr/UserScripts/WallpaperRandom.sh @@ -12,7 +12,7 @@ RANDOMPICS=${PICS[ $RANDOM % ${#PICS[@]} ]} # Transition config -FPS=60 +FPS=30 TYPE="random" DURATION=1 BEZIER=".43,1.19,1,.4" @@ -21,8 +21,9 @@ SWWW_PARAMS="--transition-fps $FPS --transition-type $TYPE --transition-duration swww query || swww-daemon --format xrgb && swww img -o $focused_monitor ${RANDOMPICS} $SWWW_PARAMS -sleep 1 +sleep 1.5 ${scriptsDir}/WallustSwww.sh + sleep 0.5 ${scriptsDir}/Refresh.sh -- cgit v1.2.3