diff options
author | Michael Knabe <github@mfkhh.de> | 2015-12-09 19:41:16 +0100 |
---|---|---|
committer | Michael Knabe <github@mfkhh.de> | 2015-12-09 19:41:16 +0100 |
commit | 23aa6876b069f05b7f2c4791bb4b344a3a7387b2 (patch) | |
tree | 0fbbbb3dfb541e71b5a9332de07ab4c52d1e80dd /readme.md | |
parent | c6071cc0da601851381a7fd2954923556dcbc802 (diff) | |
download | xmobar-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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>)` |