15 lines
233 B
Bash
Executable File
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
|