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
| #!/bin/bash | |
| # | |
| # Changes the wallpaper hourly and displays a projection of the earth with | |
| # a semi-realistic rendered sunglight mapping. | |
| # | |
| # Via: http://www.webupd8.org/2009/09/real-time-earth-wallpaper-for-linux.html | |
| # More Info: | |
| # - https://www.die.net/earth/rectangular.html | |
| # - https://www.die.net/earth/how.html | |
| # |