I'm trying to create a live wallpaper slideshow that will display a specific image for every day of the year. Effectively a live desktop calendar.
I've seen the question How do I create a desktop wallpaper slideshow? , but I want to ask something more specific: How can I specify displaying a specific image on a specific date? For instance, is there an "isdate" boolean operator I can use here? Or Is there some way I could hack the <starttime>
section to make it display a specific image by date? Or is there a better way to do this?
<starttime>
. I need something that would allow me to call the date from within .xml, not from the .sh file. Is it possible to "getdate" from this .xml? – Jay Apr 19 '11 at 18:17