diff --git a/screenshot.sh b/screenshot.sh index 3db30d0..c94e526 100755 --- a/screenshot.sh +++ b/screenshot.sh @@ -3,4 +3,4 @@ filepath="/home/andrew/media/images/screenshots/$(date +%Y-%m-%d\ %H:%M:%S).png" maim --select --hidecursor | tee "$filepath" | xclip -selection clipboard -target image/png -notify-send "screenshot.sh" "Screenshot saved to: $filepath" +notify-send "$0" "Screenshot saved to: $filepath"