summaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
authorMichael Knabe <github@mfkhh.de>2015-12-09 19:41:16 +0100
committerMichael Knabe <github@mfkhh.de>2015-12-09 19:41:16 +0100
commit23aa6876b069f05b7f2c4791bb4b344a3a7387b2 (patch)
tree0fbbbb3dfb541e71b5a9332de07ab4c52d1e80dd /readme.md
parentc6071cc0da601851381a7fd2954923556dcbc802 (diff)
downloadxmobar-23aa6876b069f05b7f2c4791bb4b344a3a7387b2.tar.gz
xmobar-23aa6876b069f05b7f2c4791bb4b344a3a7387b2.tar.bz2
Add template variables for wind speed in m/s and km/h to weather plugin
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index e94caeb..7b9d3f1 100644
--- a/readme.md
+++ b/readme.md
@@ -742,7 +742,7 @@ something like:
- Args: default monitor arguments
- Variables that can be used with the `-t`/`--template` argument:
`station`, `stationState`, `year`, `month`, `day`, `hour`,
- `windCardinal`, `windAzimuth`, `windMph`, `windKnots`,
+ `windCardinal`, `windAzimuth`, `windMph`, `windKnots`, `windMs`, `windKmh`
`visibility`, `skyCondition`, `tempC`, `tempF`,
`dewPointC`, `dewPointF`, `rh`, `pressure`
- Default template: `<station>: <tempC>C, rh <rh>% (<hour>)`