summaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
authormichaellilanushoober <30565219+michaellilanushoober@users.noreply.github.com>2017-07-30 17:43:41 +0200
committermichaellilanushoober <30565219+michaellilanushoober@users.noreply.github.com>2017-07-30 17:43:41 +0200
commitf0c265b3b4359e866673954dbcc5a586c7ae51dd (patch)
tree2e6fe4bb0a1680a4297378b2576285a64a76a08f /readme.md
parent4e016c5c2065430d58b1c2a75de524a4adb7dd38 (diff)
downloadxmobar-f0c265b3b4359e866673954dbcc5a586c7ae51dd.tar.gz
xmobar-f0c265b3b4359e866673954dbcc5a586c7ae51dd.tar.bz2
Guard monitor 'Weather' behind flag 'with_weather'
Hide the monitor 'Weather' behind a flag named 'with_weather'. This implies that the dependency on the module 'HTTP' is now optional. The default for 'with_weather' is True since we do not want to break backwards compatibility/user experience. Further moved the effect of the flag with_conduit within the branch of 'with_weather', since that flag only has some effect if 'with_weather' is true.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 856ccfe..64269fe 100644
--- a/readme.md
+++ b/readme.md
@@ -160,9 +160,13 @@ Otherwise, you'll need to install them yourself.
`with_uvmeter`
: Enables UVMeter plugin. The plugin shows UV data for Australia.
+`with_weather`
+: Support to display weather information. Enables Weather plugin.
+
`with_conduit`
: Use http-conduit for getting weather data enabling support for http proxies.
Requires [http-conduit] and [http-types].
+ Note that this flag has only an effect if `with_weather` is also set.
`all_extensions`
: Enables all the extensions above.