From 0c97b538ac4ce00d69d9d170c11fd9cf2c2dc5c6 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 18 Feb 2025 23:33:46 +0900 Subject: danggit... sucks to maintain debian and ubuntu since I am making mistake cause of that --- config/hypr/UserScripts/WallpaperSelect.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/hypr/UserScripts/WallpaperSelect.sh') diff --git a/config/hypr/UserScripts/WallpaperSelect.sh b/config/hypr/UserScripts/WallpaperSelect.sh index a53b88d7..4d0f8320 100755 --- a/config/hypr/UserScripts/WallpaperSelect.sh +++ b/config/hypr/UserScripts/WallpaperSelect.sh @@ -27,9 +27,9 @@ icon_size=$(echo "scale=1; ($monitor_width * 14) / ($scale_factor * 100)" | bc) rofi_override="element-icon{size:${icon_size}px;}" # swww transition config -FPS=30 +FPS=60 TYPE="any" -DURATION=1 +DURATION=2 BEZIER=".43,1.19,1,.4" SWWW_PARAMS="--transition-fps $FPS --transition-type $TYPE --transition-duration $DURATION" -- cgit v1.2.3