more style related changes

This commit is contained in:
chloe 2025-01-25 13:18:45 +01:00
parent 1de2a5aa0a
commit 5da82a8e80
12 changed files with 170 additions and 110 deletions

View file

@ -0,0 +1,7 @@
if [[ "$1" = "area" ]]; then
SCREENPATH=$(grimshot save area)
elif [ "$1" = "output" ]; then
SCREENPATH=$(grimshot save output)
fi
cat $SCREENPATH | wl-copy -t image/png