diff options
author | Tony Morris <tmorris@tmorris.net> | 2014-09-01 10:54:06 +1000 |
---|---|---|
committer | jao <jao@gnu.org> | 2014-09-01 04:12:05 +0200 |
commit | fa9d7f775769594f82bae2e2808cae9af5169472 (patch) | |
tree | a1539f0b0ee6b5940f400468794d63a0c63c67f2 /readme.md | |
parent | d2e4eb58c83f09158076f3598a53ff3db8d480f8 (diff) | |
download | xmobar-fa9d7f775769594f82bae2e2808cae9af5169472.tar.gz xmobar-fa9d7f775769594f82bae2e2808cae9af5169472.tar.bz2 |
New wind report variables for Weather monitor
* Wind cardinal direction (`windCardinal`)
* Wind azimuth direction (`windAzimuth`)
* Wind speed (MPH) (`windMph`)
* Wind speed (knots) (`windKnots`)
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -677,7 +677,8 @@ something like: - Args: default monitor arguments - Variables that can be used with the `-t`/`--template` argument: `station`, `stationState`, `year`, `month`, `day`, `hour`, - `wind`, `visibility`, `skyCondition`, `tempC`, `tempF`, + `windCardinal`, `windAzimuth`, `windMph`, `windKnot`, + `visibility`, `skyCondition`, `tempC`, `tempF`, `dewPointC`, `dewPointF`, `rh`, `pressure` - Default template: `<station>: <tempC>C, rh <rh>% (<hour>)` - Retrieves weather information from http://weather.noaa.gov. |