diff options
author | slotThe <soliditsallgood@tuta.io> | 2019-12-23 16:22:10 +0100 |
---|---|---|
committer | slotThe <soliditsallgood@tuta.io> | 2019-12-23 16:39:15 +0100 |
commit | 212b9c15ce5836c58716161191c3e3cf0df80093 (patch) | |
tree | 083c5afd65f5249d0e4b77baeff836d2e17b8284 /readme.md | |
parent | 40e7ffab568deeb95b6f641663be7577036a6ca1 (diff) | |
download | xmobar-212b9c15ce5836c58716161191c3e3cf0df80093.tar.gz xmobar-212b9c15ce5836c58716161191c3e3cf0df80093.tar.bz2 |
Add support for the "Weather" field
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -739,7 +739,7 @@ something like: - Variables that can be used with the `-t`/`--template` argument: `station`, `stationState`, `year`, `month`, `day`, `hour`, `windCardinal`, `windAzimuth`, `windMph`, `windKnots`, `windMs`, `windKmh` - `visibility`, `skyCondition`, `tempC`, `tempF`, + `visibility`, `skyCondition`, `weather`, `tempC`, `tempF`, `dewPointC`, `dewPointF`, `rh`, `pressure` - Default template: `<station>: <tempC>C, rh <rh>% (<hour>)` - Retrieves weather information from http://tgftp.nws.noaa.gov. |