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