Skip to content

Instantly share code, notes, and snippets.

@fmach
Created May 18, 2011 22:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fmach/979724 to your computer and use it in GitHub Desktop.
Save fmach/979724 to your computer and use it in GitHub Desktop.
World Sunlight Map (Gnome Desktop Background)
#!/bin/sh
if wget -q http://www.opentopia.com/images/data/sunlight/world_sunlight_map_rectangular.jpg -O ~/World_Sunlight_Map-new.jpg;
then
rm ~/World_Sunlight_Map.jpg
mv ~/World_Sunlight_Map-new.jpg ~/World_Sunlight_Map.jpg
gconftool-2 -t string -s /desktop/gnome/background/picture_filename ~/World_Sunlight_Map.jpg
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment