Don't Forget to Plant It!

Desktop Backgrounds W/ Flickr

I usually get my backgrounds from a couple of photo blogs I subscribe to, but using Flickr for my backgrounds was such a good idea (and a good excuse to play with ruby), that I thought I’d give it a shot.

After some trail and error, and some help online, I was able to come up with this ruby script to do the trick. The script will pull the interesting photos for that day, and will try to find the best fit for your screen resolution. If you don’t like the current background, you can run the script again to change it. With a simple cron entry you can have fresh background at periodic intervals (I have mine set to every 2 hours).

I created the script under Ubuntu GNOME. If you want to give the script a try, you’ll have to edit the script and put in your Flickr api key and shared secret as well as your screen resolution (unless you’re runing on 1440x900). You’ll also need to have rubygems and the rflickr gem installed.

Comments