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/WallpaperEffects.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/hypr/UserScripts/WallpaperEffects.sh') 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 -- cgit v1.2.3