diff --git a/assists/s/d.sh b/assists/s/d.sh index 33b2ec9..bc8346f 100755 --- a/assists/s/d.sh +++ b/assists/s/d.sh @@ -3,3 +3,4 @@ # assist: wait 5 seconds and take a full screen screenshot to your pictures folder sleep 5 import -window root "$(xdg-user-dir PICTURES)/$(date '+%Y%m%d%H%M%S')".png +notify-send -a instantASSIST 'screenshot taken' diff --git a/assists/s/t.sh b/assists/s/t.sh index 5aa52c8..25f45aa 100755 --- a/assists/s/t.sh +++ b/assists/s/t.sh @@ -5,3 +5,4 @@ G=$(slop -f "%g") || exit 1 sleep 5 import -window root -crop "$G" "$(xdg-user-dir PICTURES)/$(date '+%Y%m%d%H%M%S')".png +notify-send -a instantASSIST 'screenshot taken'