🎨 ux(hypr): changed the wallpaper animation
This commit is contained in:
parent
bd64f3a64e
commit
6d5b1421d1
1 changed files with 4 additions and 5 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue