Posted by member 5575 on 2007-03-11 00:47:22 link

I think you misinterpreted the timer instructions. A valid timer definition should look like this:

*Timer getWeather #l Weather 20m !getWeather

The square brackets in the docs were to indicate that a setting was optional; they don't belong in the actual configuration code. Your timer ought to look more like this:

*Timer WP #sl wallpaperTimer 15m !wallpaper .change

It looks like lswchanger has a built in timer option though, so you don't even need the timer code.