public
Description: Conky weather plugin to fetch weather infor from google
Homepage:
Clone URL: git://github.com/rangalo/google_weather.git
name age message
file COPYING Mon May 18 14:31:07 -0700 2009 first commit [rangalo]
file README Mon Aug 03 04:10:05 -0700 2009 Added usage information to the README [rangalo]
file conditions.xslt Mon May 18 14:31:07 -0700 2009 first commit [rangalo]
file conditionsInclude.xslt Mon May 18 14:31:07 -0700 2009 first commit [rangalo]
file fcConditions.xslt Mon May 18 14:31:07 -0700 2009 first commit [rangalo]
file fcConditionsV1.xslt Mon May 18 14:31:07 -0700 2009 first commit [rangalo]
file fcDayList.xslt Mon May 18 14:31:07 -0700 2009 first commit [rangalo]
file fcTemp.xslt Mon May 18 14:31:07 -0700 2009 first commit [rangalo]
file gpl.txt Mon May 18 14:31:07 -0700 2009 first commit [rangalo]
file weather.sh Mon May 18 14:31:07 -0700 2009 first commit [rangalo]
file weather.ttf Mon May 18 14:31:07 -0700 2009 first commit [rangalo]
file weather.xslt Mon May 18 14:31:07 -0700 2009 first commit [rangalo]
file weatherInfo.xml Loading commit data...
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