summaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
authorTony Morris <tmorris@tmorris.net>2014-09-01 10:54:06 +1000
committerjao <jao@gnu.org>2014-09-01 04:12:05 +0200
commitfa9d7f775769594f82bae2e2808cae9af5169472 (patch)
treea1539f0b0ee6b5940f400468794d63a0c63c67f2 /readme.md
parentd2e4eb58c83f09158076f3598a53ff3db8d480f8 (diff)
downloadxmobar-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.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index c67cab2..ed18540 100644
--- a/readme.md
+++ b/readme.md
@@ -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.