updating desktop imagery

What features/apps/bugfixes needed in a future Puppy
Post Reply
Message
Author
User avatar
aahhaaa
Posts: 341
Joined: Fri 07 Oct 2005, 03:21
Location: Lower Michigan, North America

updating desktop imagery

#1 Post by aahhaaa »

there are lots of 'live' sequential sources that would make great desktop backgrounds: weather radar, ISS streams, webcams, and even solar timelapse sources at NASA.

would it be possible to allow changing the desktop picture from a 'live' source acquiring the new feed in the background?

cool solar photos at: http://umbra.nascom.nasa.gov/images/latest.html
Attachments
latest_eit_171_thumbnail.gif
(16.54 KiB) Downloaded 399 times
latest_eit_195_thumbnail.gif
(16.47 KiB) Downloaded 406 times

User avatar
rarsa
Posts: 3053
Joined: Sun 29 May 2005, 20:30
Location: Kitchener, Ontario, Canada
Contact:

#2 Post by rarsa »

It's certainly possible and it looks fairly easy:

Write a script that does the following
- Wake up every x minutes,
- Use wget to download the image
- Replace the background.

You don't have to start from scratch. Mark (MU) posted a screen saver script. You can use most of that code.

You can also look at any of the JWM themes background replacement scripts to see how the replacement is done.

Post Reply