| day |
Shell script |
date +%A |
Futura, Medium, 27 + drop shadow |
200w x 40h |
3600 |
| month |
Shell script |
date +%B |
Futura, Medium, 36 + drop shadow |
200w x 50h |
3600 |
| date |
Shell script |
date +%d |
Futura, Condensed, 72 + drop shadow |
100w x 80h |
3600 |
| time |
Shell script |
date +"%I:%M" |
Futura, Condensed, 72 + drop shadow |
200w x 80h |
20 |
| am/pm |
Shell script |
date +%p |
Futura, Condensed, Medium, 48 + drop shadow |
100w x 70h |
3600 |
| weather title |
Shell script |
curl --silent "http://xml.weather.yahoo.com/forecastrss?p=YOURCITY&u=c" | grep -E '(Current Conditions:|C<BR)' | sed -e 's/Current Conditions://' -e 's/<br \/>//' -e 's/<b>//' -e 's/<\/b>//' -e 's/<BR \/>//' -e 's/<description>//' -e 's/<\/description>//' | tail -n1 |
Futura, Medium, Italic, 14 + drop shadow |
250w x 20h |
30 |
| weather curl |
Shell script |
curl --silent "http://weather.yahoo.com/forecast/YOURCITY.html" | grep "forecast-icon" | sed "s/.*background\:url(\'\(.*\)\')\;\ _background.*/\1/" | xargs curl --silent -o /tmp/weather.png\ |
any |
100w x 100h |
30 |
| weather img |
Image |
file:///tmp/weather.png |
// |
250w x 180h |
30 |