🎨 ux(hypr): changed options for swww wallpaper change

This commit is contained in:
Sergio Laín 2023-12-04 12:20:46 +01:00
parent ce17dce956
commit 55e5b6bd74
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -20,5 +20,11 @@ else
exit 1 exit 1
fi fi
swww img --transition-type grow --transition-pos top-right --transition-fps 75 --transition-duration 3.8 --transition-step 255 "$IMAGE" swww img "$IMAGE" \
--transition-bezier .2,1.19,.8,.4 \
--transition-type grow \
--transition-duration 1.5 \
--transition-fps 75 \
--transition-pos "$(hyprctl cursorpos)"
notify-send "Wallpaper Changed" "Wallpaper changed to $IMAGE" notify-send "Wallpaper Changed" "Wallpaper changed to $IMAGE"