diff options
Diffstat (limited to 'config/hypr/UserScripts/WallpaperRandom.sh')
| -rwxr-xr-x | config/hypr/UserScripts/WallpaperRandom.sh | 5 |
1 files changed, 3 insertions, 2 deletions
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 |
