This is a list of the different configuration options of the script.


   The color of the city and temperature is the default color for conky
   and the other data color is the color1 in conky, so you can change
   those colors on your conkyrc file.

   If you want the termal sensation, wind speed or UV Index to be displayed
   uncomment the lines on the conkyrc file containing weather_t, weather_w
   or weather_t, respectively.


Option	Explanation
------	-----------

-f	Chooses the font to be used.

-l	The default language is English, but if you want the weather
	to be displayed in another language, use this option.
	The possible values are "es" for Spanish and "fr" for French.

-e	The default units are °C and km/h, but you can change to °F
	and mph with this option.

-S	The size of the weather icon in pixels (default 32).
	Example: -S 64. The size of the weather icons is 128 px,
	so it is better to use values not greater than 128.
	Note it is an uppercase S.

-s	The size of the font (default 12).
	Example: -s 20.

-c 	The color of the weather icon (see /usr/lib/X11/rgb.txt or
	http://www.imagemagick.org/script/color.php for a list of valid
	color names).
	Example: -c "red"
    
-C   	If you prefer to use hexadecimal color codes for the color of
	the weather icon, use -C "ColorCode" (without the # mark).
	Example, if you want -C "000000".

-b	Prints the city name and temperature in Bold.

-B	Same as -b but also prints the weather condition in Bold.

-X	This option is meant for adjusting the horizontal position of the
	weather icon.

-Y	This option is meant for adjusting the vertical position of the
	weather icon.

-y	Adjusts the space between lines.
