After a lot of messing around i found out that if you run the command:
- Code: Select all
fbsetbg -r /path to wallpaper folder
It will randomly choose a wallpaper from the folder and make it your background.
There's variables you can add for scaled, centered, titled, etc to get this just type in a terminal:
- Code: Select all
fbsetbg -h
So all you need to do is run the command and it will change your background.
I found two simple ways of running the command automatically at a certain interval:
1. Using Ktimer (its a simple countdown app that will run a command after it counts down and it has the loop option)
2. Using Conky:
add this some where in the TEXT area of your .conkyrc
- Code: Select all
${execi 60 fbsetbg -r /path to wallpaper folder -su}
the 60 is the amount of second till it runs the command again.


