update to 25.05 and new screenshot solution, because the old one broke

This commit is contained in:
Sebastian Moser
2025-07-17 09:44:45 +02:00
parent 60b70c23d2
commit 50b5c2908c
6 changed files with 2049 additions and 399 deletions

View File

@@ -1,14 +0,0 @@
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