diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 37 |
1 files changed, 27 insertions, 10 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 @@ -1520,16 +1537,16 @@ with the help of the greater xmobar and Haskell communities. In particular, xmobar [incorporates patches] by Axel Angel, Ben Boeckel, Duncan Burke, Roman Cheplyaka, Patrick Chilton, Nathaniel Wesley Filardo, John Goerzen, Reto Hablützel, Juraj Hercek, Tomas -Janousek, Spencer Janssen, Jochen Keil, Lennart Kolmodin, Krzysztof -Kosciuszkiewicz, Dmitry Kurochkin, Todd Lunter, Robert J. Macomber, -Dmitry Malikov, David McLean, Marcin Mikołajczyk, Dino Morelli, Tony -Morris, Eric Mrak, Thiago Negri, Edward O'Callaghan, Svein Ove, Martin -Perner, Jens Petersen, Alexander Polakov, Petr Rockai, Andrew -Sackville-West, Markus Scherer, Alexander Shabalin, Peter Simons, -Alexander Solovyov, John Soros, Travis Staton, Artem Tarasov, Samuli -Thomasson, Edward Tjörnhammar, Sergei Trofimovich, Thomas Tuegel, Jan -Vornberger, Anton Vorontsov, Daniel Wagner, Phil Xiaojun Hu, Edward -Z. Yang and Norbert Zeh. +Janousek, Spencer Janssen, Roman Joost, Jochen Keil, Lennart Kolmodin, +Krzysztof Kosciuszkiewicz, Dmitry Kurochkin, Todd Lunter, Robert +J. Macomber, Dmitry Malikov, David McLean, Marcin Mikołajczyk, Dino +Morelli, Tony Morris, Eric Mrak, Thiago Negri, Edward O'Callaghan, +Svein Ove, Martin Perner, Jens Petersen, Alexander Polakov, Petr +Rockai, Andrew Sackville-West, Markus Scherer, Alexander Shabalin, +Peter Simons, Alexander Solovyov, John Soros, Travis Staton, Artem +Tarasov, Samuli Thomasson, Edward Tjörnhammar, Sergei Trofimovich, +Thomas Tuegel, Jan Vornberger, Anton Vorontsov, Daniel Wagner, Phil +Xiaojun Hu, Edward Z. Yang and Norbert Zeh. [jao]: http://jao.io [incorporates patches]: http://www.ohloh.net/p/xmobar/contributors |