diff --git a/.config/hypr/scripts/hyprshot b/.config/hypr/scripts/hyprshot index 227d73e9..d7b48bb5 100755 --- a/.config/hypr/scripts/hyprshot +++ b/.config/hypr/scripts/hyprshot @@ -56,7 +56,7 @@ function send_notification() { local message=$([ $CLIPBOARD -eq 1 ] && echo "Image copied to the clipboard" || echo "Image saved in ${1} and copied to the clipboard.") - action=$(notify-send --action "View Image" "Screenshot saved" \ + action=$(notify-send -i "$1" --action "View Image" "Screenshot saved" \ "${message}" \ -t "$NOTIF_TIMEOUT" -i "${1}" -a Hyprshot) if [ -n "$action" ]; then