Open vmustin opened 1 year ago
I solved this for KDE.
variety --get
grabs the image URL. I sent it to 'notify-send' but you could do whatever...
#!/bin/bash
variety --get > /tmp/variety-get.txt
while read -r image; do
notify-send "${image}"
done < /tmp/variety-get.txt
exit 0
Using Variety v0.8.5
On a NAS I have stored all my pictures for decades in a directory structure with self-explanatory names. I would like to have the directory names displayed. Same feature is implemented in gPhotoShow for Windows.