Make sure the output directory exists
This commit is contained in:
parent
c304064437
commit
ef2a5cf5a7
@ -2,6 +2,7 @@
|
|||||||
set -e
|
set -e
|
||||||
DIR="$HOME/Pictures/Screenshots"
|
DIR="$HOME/Pictures/Screenshots"
|
||||||
FILE="$(date --utc "+%Y.%m.%d-%H.%M.%S").png"
|
FILE="$(date --utc "+%Y.%m.%d-%H.%M.%S").png"
|
||||||
|
mkdir -p "$DIR"
|
||||||
scrot --freeze --select "$DIR/$FILE"
|
scrot --freeze --select "$DIR/$FILE"
|
||||||
xclip -selection clipboard -t image/png -i "$DIR/$FILE"
|
xclip -selection clipboard -t image/png -i "$DIR/$FILE"
|
||||||
notify-send "wdvn-screenshot" "Saved. Copied image to clipboard." -t 2000 --icon="insert-image"
|
notify-send "wdvn-screenshot" "Saved. Copied image to clipboard." -t 2000 --icon="insert-image"
|
||||||
|
Loading…
Reference in New Issue
Block a user