Files
dotfiles/scripts/screenshot.sh
2025-03-27 19:31:14 +01:00

15 lines
233 B
Bash
Executable File

hyprpicker -r -z &
geometry=$(slurp -c '#ff0000ff')
if [[ "$?" != "0" ]]
then
pkill hyprpicker || true
exit
fi
grim -g "$geometry" -t ppm - | satty --filename - --copy-command=wl-copy --early-exit &
pkill hyprpicker || true