diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-12-26 23:13:14 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-12-26 23:13:14 +0900 |
| commit | 08c8db898ff52483d3e84bc6738e3c7ee857344d (patch) | |
| tree | 7d18d86232e193c6fe8db195b9726b86b68aa799 /config/hypr/UserScripts/WallpaperRandom.sh | |
| parent | eb5c63ca2d861d30b3c6e2ed24f3106d11622573 (diff) | |
all wallpaper stuff scripts have been "tweaked"
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 |
