Compare commits
2 commits
a85df42803
...
b944b3bdf9
Author | SHA1 | Date | |
---|---|---|---|
b944b3bdf9 | |||
eed6cc3a06 |
1 changed files with 6 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue