Compare commits

...

2 commits

Author SHA1 Message Date
b944b3bdf9 feat: add optional delay 2025-07-23 00:30:58 +02:00
eed6cc3a06 fix: smaller size is more usable 2025-07-15 16:58:45 +02:00

View file

@ -13,9 +13,14 @@ source "$XDG_CONFIG_HOME/user-dirs.dirs"
mkdir -p "$PICTURES" mkdir -p "$PICTURES"
grim -g "$(slurp -o -r -c '#ff0000ff')" - \ dimensions="$(slurp -o -r -c '#ff0000ff')"
sleep "${1:-0}"
grim -g "$dimensions" - \
| satty \ | satty \
--filename - \ --filename - \
--fullscreen \ --fullscreen \
--initial-tool "crop" \ --initial-tool "crop" \
--annotation-size-factor "0.75" \
--output-filename "$PICTURES/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png" --output-filename "$PICTURES/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png"