Personal tools
You are here: Home matt blog Archive 2006 August 04 Prettiest wallpaper yet

Prettiest wallpaper yet

Found a website that has near real-time photos of the earth... and Steve found a way that I can get set up so my wallpaper loads the latest one each hour. Very snazzy.
http://taint.org/xplanet/
"...a selection of desktop-sized high-quality PNG images, combining
near-real-time cloud data, and some very nicely rendered
maps using satellite data, to create a nifty, nearly-live world map
desktop background wallpaper."


These things are gorgeous
 
For the technically inclined, you can have these beauties updating hourly as your desktop wallpaper if you are willing to wrangle with some setup.
Posted by mdgow on 2006-08-04 16:23

Trackback

The URI to TrackBack this entry is: http://www.matt-ad.com/mattblog/archive/2006/08/04/prettiest-wallpaper-yet/trackback

on a mac...

Posted by Nick Zadrozny at 2006-08-04 18:37

If you're on a Mac and Unix-inclined, the following shell script would make a nice cron job:

#!/bin/sh

img=$HOME/Pictures/xplanet.png

curl -L http://taint.org/xplanet/day_clouds_2048x1024.png -o $img

/usr/bin/osascript - <

take two...

Posted by Nick Zadrozny at 2006-08-04 18:39

Your comment thingy didn't escape my less-than characters. :-)

#!/bin/sh

img=$HOME/Pictures/xplanet.png

curl -L http://taint.org/xplanet/day_clouds_2048x1024.png -o $img

/usr/bin/osascript - <<END tell application "Finder" set myFile to POSIX file "$img" as string set desktop picture to file myFile end tell END


Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: