flake/users/guanranwang/home-manager/dotfiles/bin/wrapped-swww
2023-11-15 20:55:27 +08:00

11 lines
288 B
Bash
Executable file

#!/bin/sh
# fuck this is so dumb
XPOS=$((hyprctl cursorpos) | awk '{print $1}')
YPOS=$(((1080-"$(hyprctl cursorpos | awk '{print $2}')")))
#echo $XPOS $YPOS
pkill mpvpaper
swww img --transition-type grow --transition-pos "$XPOS $YPOS" --transition-fps 60 --transition-duration 1 "$1"