diff options
author | jao <jao@gnu.org> | 2015-05-04 14:31:55 +0200 |
---|---|---|
committer | jao <jao@gnu.org> | 2015-05-04 14:31:55 +0200 |
commit | 557f2de66a20e5364adad9bbdd3cd5944766233f (patch) | |
tree | 1f2c117fad384717f4f970938d7625ee1d3724e2 /readme.md | |
parent | da17f6c3aa5be180110d59ac250dd41b91809ad6 (diff) | |
parent | 1c3d0e5ab315d5e6e52eb044da2b088df8acfcb2 (diff) | |
download | xmobar-557f2de66a20e5364adad9bbdd3cd5944766233f.tar.gz xmobar-557f2de66a20e5364adad9bbdd3cd5944766233f.tar.bz2 |
Merge branch 'master' of https://github.com/romanofski/xmobar
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -157,6 +157,9 @@ Otherwise, you'll need to install them yourself. : Support for xpm image file format. This will allow loading .xpm files in `<icon>`. Requires the [libXpm] C library. +`with_uvmeter` +: Enables UVMeter plugin. The plugin shows UV data for Australia. + `all_extensions` : Enables all the extensions above. @@ -1243,6 +1246,20 @@ more than one battery. Run CatInt 0 "/sys/devices/platform/thinkpad_hwmon/fan1_input" [] 50 +### `UVMeter` + +- Aliases to "uv " + station id. For example: `%uv brisbane%` or `%uv + alice springs%` +- Args: default monitor arguments. + +- *Reminder:* Keep the refresh rate high, to avoid making unnecessary + requests every time the plug-in is run. +- Station IDs can be found here: + http://www.arpansa.gov.au/uvindex/realtime/xml/uvvalues.xml +- Example: + + Run UVMeter "brisbane" ["-H", "3", "-L", "3", "--low", "green", "--high", "red"] 900 + ## Executing External Commands In order to execute an external command you can either write the |