This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
""" | |
set_wallpaper.py | |
Gets the current image of the day from NASA and sets it as the | |
background in Gnome by gconftool or feh on other systems. | |
The summary / description text is written to the image. | |
Requires: | |
PIL (apt-get install python-imaging or pip install PIL) |