Wednesday, November 19, 2014

Rotating Backgrounds in Fedora/Linux

If your Linux flavor uses Gnome, there are wallpapers available that change throughout the day.


Great.

But, what if you want your own?

There are applications that allow you do to this, but here's a script to do it simply.

First, put the pictures you want to use in a ~/Pictures/Backgrounds directory:


Create this script somewhere handy:


Then run it:
chmod +x ./build_background_xml3.sh
./build_background_xml3.sh

Done!