🎨 ux(hypr): changed options for swww wallpaper change
This commit is contained in:
parent
ce17dce956
commit
55e5b6bd74
1 changed files with 7 additions and 1 deletions
|
@ -20,5 +20,11 @@ else
|
|||
exit 1
|
||||
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue