diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-18 23:33:46 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-18 23:33:46 +0900 |
| commit | 0c97b538ac4ce00d69d9d170c11fd9cf2c2dc5c6 (patch) | |
| tree | 00a1a8549388f6286027ca3859963102f80a40c2 /config/hypr/UserScripts/WallpaperEffects.sh | |
| parent | 5678aa496a365804f53cc096c3fbb382dea2083a (diff) | |
danggit... sucks to maintain debian and ubuntu since I am making mistake cause of that
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 06c1d3ff..52cd0b4d 100755 --- a/config/hypr/UserScripts/WallpaperEffects.sh +++ b/config/hypr/UserScripts/WallpaperEffects.sh @@ -15,9 +15,9 @@ iDIR="$HOME/.config/swaync/images" iDIRi="$HOME/.config/swaync/icons" # swww transition config -FPS=30 +FPS=60 TYPE="wipe" -DURATION=1 +DURATION=2 BEZIER=".43,1.19,1,.4" SWWW_PARAMS="--transition-fps $FPS --transition-type $TYPE --transition-duration $DURATION" |
