My conky code:
- Code: Select all
${voffset 4}${font Droid Sans:style=Bold:size=8}PHOTO $stippled_hr${font}
${execi 240 ~/.conkycolors/bin/conkyPhotoRandom}${image /home/mastery/conky_photos/conkyPhoto.png -s 175x120 -p 4,10}
My conkyphotorandom code:
- Code: Select all
#!/bin/bash
#
# Photo in conky
# by helmuthdu and paulvictor
source="/home/mastery/conky_photos/"
photo=/tmp/conkyPhoto.png
#choose your theme: 1,2 or 3
theme=1
I've got 4 photos to display being stored in home/mastery/conky_photos and I can't figure out what I'm doing wrong. I searched the Net, but not much info on this program. The thing that also confuses me is the "photo=/tmp/conkyPhoto.png" section above, since it's calling on a photo that I don't have any of my 4 named. I know I'm screwing something up, but my old mind can't figure out what I'm screwing up.
Anybody see something wrong with the above and can point me in the right direction? Thanks!








