diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-05-09 21:42:15 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-05-09 21:42:15 +0200 |
commit | 05355c4d83f712c18ccff7c4618712f3cd1ba15f (patch) | |
tree | 958494edf39f3f9dd5cfe3738c4c22b13ebf5d1b /screenshot.sh | |
parent | 70432461d798ff245845d46ea4c198b9771119b8 (diff) | |
download | scripts-05355c4d83f712c18ccff7c4618712f3cd1ba15f.tar.gz scripts-05355c4d83f712c18ccff7c4618712f3cd1ba15f.tar.bz2 scripts-05355c4d83f712c18ccff7c4618712f3cd1ba15f.zip |
update
Diffstat (limited to 'screenshot.sh')
-rwxr-xr-x | screenshot.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/screenshot.sh b/screenshot.sh index c096362..b970fde 100755 --- a/screenshot.sh +++ b/screenshot.sh @@ -1,6 +1,7 @@ #!/bin/bash canberra-gtk-play -i audio-volume-change -d "changeVolume" -scrot ~/Pictures/screenshots/%Y-%m-%d-%T-screenshot.png -dunstify -t 1000 "Screenshot taken" +scrot -s ~/Pictures/screenshots/%Y-%m-%d-%T-screenshot.png +dunstify -t 1000 -a "Screenshot taken" -u low -i screenshot-recorded-symbolic \ + -h string:x-dunst-stack-tag:$msgTag "Screenshot taken" gthumb ~/Pictures/screenshots |