This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
COPYING | Mon May 18 14:31:07 -0700 2009 | |
| |
README | Mon Aug 03 04:10:05 -0700 2009 | |
| |
conditions.xslt | Mon May 18 14:31:07 -0700 2009 | |
| |
conditionsInclude.xslt | Mon May 18 14:31:07 -0700 2009 | |
| |
fcConditions.xslt | Mon May 18 14:31:07 -0700 2009 | |
| |
fcConditionsV1.xslt | Mon May 18 14:31:07 -0700 2009 | |
| |
fcDayList.xslt | Mon May 18 14:31:07 -0700 2009 | |
| |
fcTemp.xslt | Mon May 18 14:31:07 -0700 2009 | |
| |
gpl.txt | Mon May 18 14:31:07 -0700 2009 | |
| |
weather.sh | Mon May 18 14:31:07 -0700 2009 | |
| |
weather.ttf | Mon May 18 14:31:07 -0700 2009 | |
| |
weather.xslt | Mon May 18 14:31:07 -0700 2009 | |
| |
weatherInfo.xml |
README
The google_weather script is licensed under GPL v3. The information about GPL is available in gpl.txt file Information about copying the script is in COPYING file. Dependency: xsltproc, conky This is a simple bash script which is supposed to be called from conky. The script downloads weather information from www.google.com in xml format. The xml file is processed by different stylesheets. Fist install the weather.ttf fonts. Usage in conkyrc: ${execi 1800 /path/to/weather/weather.sh location option } Usage Example: ${execi 1800 /path/to/weather/weather.sh "Munich,Germany" } - prints current conditions ${font weather:size=45}${execi 1800 /path/to/weather/weather.sh "Munich,Germany" cp } ${font}- prints symbol for current condition; this is printed in weather fonts ${execi 1800 /path/to/weather/weather.sh "Munich,Germany" dl } - prints list of days ${font weather:size=45}${execi 1800 /path/to/weather/weather.sh "Munich,Germany" fcp } ${font} - prints symbols for forecast condition; this is printed in weather fonts ${execi 1800 /path/to/weather/weather.sh "Munich,Germany" fct} - list of high/low temperatures








