bgChanger.py
This is a tiny script to rotate the background in Gnome desktop between images in a folder. You can download the script here: bgChanger.py.
Usage
$ ./bgChanger.py -h usage: bgChanger.py [options]
options:
-h, --help show this help message and exit
-f FOLDER, --folder=FOLDER
use wallpapers from FOLDER
-i INTERVAL, --interval=INTERVAL
time interval in seconds
Example
$ ./bgChanger.py -f /home/agirbal/media/images/wallpapers-cropped -i 300 &