Compare commits

..

No commits in common. "b944b3bdf92efd6f38feb35574473161331c57d9" and "a85df428036929e49d380183800a91d9cfdab55d" have entirely different histories.

View file

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