scripts/exif-notify.sh

3 lines
141 B
Bash
Raw Normal View History

2021-07-18 04:18:41 +02:00
#!/bin/bash
dunstify -i "image-x-generic" -h "string:x-dunst-stack:exif-notif" "EXIF Data" "$(exiftool -q -p ~/.scripts/notify-exif.fmt $@)"