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/WallpaperEffects.sh | |
| parent | eb5c63ca2d861d30b3c6e2ed24f3106d11622573 (diff) | |
all wallpaper stuff scripts have been "tweaked"
Diffstat (limited to 'config/hypr/UserScripts/WallpaperEffects.sh')
| -rwxr-xr-x | config/hypr/UserScripts/WallpaperEffects.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/UserScripts/WallpaperEffects.sh b/config/hypr/UserScripts/WallpaperEffects.sh index 4edb6b8d..5b1f38e7 100755 --- a/config/hypr/UserScripts/WallpaperEffects.sh +++ b/config/hypr/UserScripts/WallpaperEffects.sh @@ -15,7 +15,7 @@ iDIR="$HOME/.config/swaync/images" # swww transition config FPS=60 TYPE="wipe" -DURATION=1.5 +DURATION=2 BEZIER=".43,1.19,1,.4" SWWW_PARAMS="--transition-fps $FPS --transition-type $TYPE --transition-duration $DURATION" @@ -78,7 +78,7 @@ main() { # Execute swww command after image conversion swww img -o "$focused_monitor" "$wallpaper_output" $SWWW_PARAMS & # Wait for swww command to complete - sleep 1.5 + sleep 2 # Wait for other commands to finish wallust run "$wallpaper_output" -s & # Wait for other commands to finish |
