Compare commits
No commits in common. "b944b3bdf92efd6f38feb35574473161331c57d9" and "a85df428036929e49d380183800a91d9cfdab55d" have entirely different histories.
b944b3bdf9
...
a85df42803
1 changed files with 1 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue