🎨 ux(hypr): changed the wallpaper animation

This commit is contained in:
Sergio Laín 2023-12-09 01:51:44 +01:00
parent bd64f3a64e
commit 6d5b1421d1
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -21,10 +21,9 @@ else
fi fi
swww img "$IMAGE" \ swww img "$IMAGE" \
--transition-bezier .2,1.19,.8,.4 \ --transition-bezier 0.5,1.19,.8,.4 \
--transition-type grow \ --transition-type wipe \
--transition-duration 1.5 \ --transition-duration 2 \
--transition-fps 75 \ --transition-fps 75
--transition-pos "$(hyprctl cursorpos)"
notify-send "Wallpaper Changed" "Wallpaper changed to $IMAGE" notify-send "Wallpaper Changed" "Wallpaper changed to $IMAGE"