From dd7114a6584aa8c38679e85eed411a88bad739ee Mon Sep 17 00:00:00 2001 From: sheep Date: Fri, 29 Oct 2021 12:27:34 -0400 Subject: [PATCH] Mild change for dunst. Honestly just improves the script mildly. --- exif-notify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exif-notify.sh b/exif-notify.sh index ae5e72a..0c96e86 100755 --- a/exif-notify.sh +++ b/exif-notify.sh @@ -1,2 +1,2 @@ #!/bin/bash -dunstify "EXIF Data" "$(exiftool -q -p ~/.scripts/notify-exif.fmt $@)" +dunstify -i "image-x-generic" -h "string:x-dunst-stack:exif-notif" "EXIF Data" "$(exiftool -q -p ~/.scripts/notify-exif.fmt $@)"