From 2fd1b0f9f77205e15f0c2ae431e36855887dbc0e Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 28 Nov 2023 22:14:01 +0000 Subject: [PATCH] add screenshot thumbnail as icon to notifcation --- screenshot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"