Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- # Script to load current earth view with daylight zones and set as desktop wallpaper.
- # Result image is 1600x887, so not recommended for monitors that has larger than
- # 1600 horizontal resolution.
- # Save it in ~/changer/changer.sh or edit directory if you want
- # Don't forget to add it to crontab (save the following line to /etc/crontab) without #
- # 0 * * * * ~/changer/changer.sh # Hourly wallpaper download & change
- # WARNING: REQUIRES FEH AND WGET PROGRAMMS! (sudo apt-get install feh wget)
- # Script by Security XIII [at gmail dot com] written 27.01.2012
- cd changer # Enter directory
- rm -rf world_sunlight_map_rectangular* # Remove old images
- wget http://www.opentopia.com/images/cams/world_sunlight_map_rectangular.jpg # Get the new one
- feh --bg-fill world_sunlight_map_rectangular.jpg # Set new image with feh
Advertisement
Add Comment
Please, Sign In to add comment