diff options
author | Tony Morris <tmorris@tmorris.net> | 2014-08-29 09:13:31 +1000 |
---|---|---|
committer | Tony Morris <tmorris@tmorris.net> | 2014-08-29 09:13:31 +1000 |
commit | e64c4d26448ebadc8b08f95d9c591ebe9a9f6ea0 (patch) | |
tree | ae82077c2b2d1a3566c8c43cc7097b3f5782845e /readme.md | |
parent | 4fc5b8a1b5998dff4717478b6772878c1ed2de7f (diff) | |
download | xmobar-e64c4d26448ebadc8b08f95d9c591ebe9a9f6ea0.tar.gz xmobar-e64c4d26448ebadc8b08f95d9c591ebe9a9f6ea0.tar.bz2 |
Change <dewPoint> to be <dewPointC> and <dewPointF>
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -678,7 +678,7 @@ something like: - Variables that can be used with the `-t`/`--template` argument: `station`, `stationState`, `year`, `month`, `day`, `hour`, `wind`, `visibility`, `skyCondition`, `tempC`, `tempF`, - `dewPoint`, `rh`, `pressure` + `dewPointC`, `dewPointF`, `rh`, `pressure` - Default template: `<station>: <tempC>C, rh <rh>% (<hour>)` - Retrieves weather information from http://weather.noaa.gov. |