diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2014-02-06 04:15:11 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2014-02-06 04:15:11 +0100 |
commit | 88ccc6fa73aaad98ee39587d16a2998b945869f1 (patch) | |
tree | 7b189da50c46d84dfd525d1a7da0789b8ea0dcf3 /readme.md | |
parent | 7f36e4c36e38c163255405445e2b356720c18e61 (diff) | |
download | xmobar-88ccc6fa73aaad98ee39587d16a2998b945869f1.tar.gz xmobar-88ccc6fa73aaad98ee39587d16a2998b945869f1.tar.bz2 |
Doc update
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -646,15 +646,15 @@ something like: ### `Weather StationID Args RefreshRate` -- Aliases to the Station ID: so `Weather "LIPB" []` can be used in template as `%LIPB%` +- Aliases to the Station ID: so `Weather "LIPB" []` can be used in + template as `%LIPB%` - Args: default monitor arguments - Variables that can be used with the `-t`/`--template` argument: `station`, `stationState`, `year`, `month`, `day`, `hour`, `wind`, `visibility`, `skyCondition`, `tempC`, `tempF`, `dewPoint`, `rh`, `pressure` - Default template: `<station>: <tempC>C, rh <rh>% (<hour>)` -- Requires `curl` in the `$PATH` to retrieve weather information from - `http://weather.noaa.gov` +- Retrieves weather information from http://weather.noaa.gov. ### `Network Interface Args RefreshRate` |