add screenshot thumbnail as icon to notifcation
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user