1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 21:49:07 +00:00
conky/extras/vim
Cesare Tirabassi 1171ab38a5 Added support for $weather (experimental).
Download, parse and display METAR data from the NWS.

icao must be a valid icao for the required location
(see for instance https://pilotweb.nas.faa.gov/qryhtml/icao/).

data_type must be one of the following:

last_update   : display the date (yyyy/mm/dd) and time (UTC)
	        of the last update.
temperature_C : display air temperature in degree Celsius.
temperature_F : display air temperature in degree Fahrenheit.
cloud_cover   : display the highest cloud cover status.
pressure      : display air pressure in millibar.
wind_speed    : display wind speed in km/hour.
wind_dir      : display wind direction.
wind_dir_DEG  : display compass wind direction.
humidity      : display relative humidity in %.
weather       : display any relevant weather event (rain, snow, etc.).

delay_in_minutes (optional, default 30) cannot be lower than 30 min.
Up to 3 stations can be simultaneously queried.

Use --enable-weather to compile this in.
2009-07-07 00:20:12 +02:00
..
ftdetect Removing old svn keywords. 2008-12-09 16:35:49 -07:00
syntax Added support for $weather (experimental). 2009-07-07 00:20:12 +02:00
README rename dir 2006-11-09 19:54:17 +00:00

Vim filetype detection and syntax highlighting scripts for conky.

Individual users can place them your personal .vim directory:

~/.vim/ftdetect/conkyrc.vim
~/.vim/syntax/conkyrc.vim

Refer to your vim site documentation for system-wide installation.