Mild change for dunst. Honestly just improves the script mildly.

This commit is contained in:
sheep 2021-10-29 12:27:34 -04:00
parent 96110acf3d
commit dd7114a658
1 changed files with 1 additions and 1 deletions

View File

@ -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 $@)"