diff options
author | jao <jao@gnu.org> | 2014-09-01 04:10:56 +0200 |
---|---|---|
committer | jao <jao@gnu.org> | 2014-09-01 04:12:47 +0200 |
commit | 557f5dbf2863f85c9e39c90d38a28d4870110afe (patch) | |
tree | 4b9cdb16040770f96afdee49f0ac9cbfa79f9b72 | |
parent | fa9d7f775769594f82bae2e2808cae9af5169472 (diff) | |
download | xmobar-557f5dbf2863f85c9e39c90d38a28d4870110afe.tar.gz xmobar-557f5dbf2863f85c9e39c90d38a28d4870110afe.tar.bz2 |
Typo and news update
-rw-r--r-- | news.md | 3 | ||||
-rw-r--r-- | readme.md | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -8,7 +8,8 @@ _New features_ - `Network` monitor has now adaptive units (`-S` is used now to switch them on), by Axel Angel. - `Weather` now offers `dewPointC` and `dewPointF` instead of - `dewPoint`, by Tony Morris. + `dewPoint`, and the new `windCardinal`, `windAzimuth`, `windMph` + and `windKnots` variables, by Tony Morris. ## Version 0.21 (Jul 1, 2014) @@ -677,8 +677,8 @@ 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`, `windKnot`, - `visibility`, `skyCondition`, `tempC`, `tempF`, + `windCardinal`, `windAzimuth`, `windMph`, `windKnots`, + `visibility`, `skyCondition`, `tempC`, `tempF`, `dewPointC`, `dewPointF`, `rh`, `pressure` - Default template: `<station>: <tempC>C, rh <rh>% (<hour>)` - Retrieves weather information from http://weather.noaa.gov. |