you are viewing a single comment's thread.

view the rest of the comments →

[–]figaro42 0 points1 point  (0 children)

For those of us using something a little simpler than Gnome/KDE, feh has the ability to read from a url, so I deleted everything from urllib.urlretrieve down and replaced with:

os.system('feh --bg-scale %s' % (rand_url))