
crystal_sunrise
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This theme is based on Flavio Cardone's sunrise theme (http://www.kde-look.org/content/show.php/sunrise?content=25030)
It shows the local time of sunrise, sunset, meridian and the length of day at your location.
Note: You'll need to edit the script and set the coordinates of your city. (default is Karlsruhe/Germany)
13 years ago
2007-03-25 32:14 # added some minor corrections for daylight saving time...
13 years ago
2007-03-25 32:14 # added some minor corrections for daylight saving time...
wedesoft
13 years ago
Maybe the output format of sunwait was changed, because I had to modify the commands for extracting the time of sunset.
... | head -c47 | tail -c2
... | head -c49 | tail -c2
Furthermore under GNU/Linux I had to replace "tail -c 2" with "tail -c2".
Nice theme by the way!
Report