diff --git a/hyprshot b/hyprshot index 0fb976f..9a67047 100755 --- a/hyprshot +++ b/hyprshot @@ -59,7 +59,7 @@ function send_notification() { echo "Image saved in ${1} and copied to the clipboard.") notify-send "Screenshot saved" \ "${message}" \ - -t "$NOTIF_TIMEOUT" -i "${1}" -a Hyprshot + -t "$NOTIF_TIMEOUT" -i "${1}" -a Hyprshot -h "string:image-path:${1}" } function trim() {