diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-08-13 15:23:48 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-08-13 15:23:48 +0200 |
commit | 9cd4e449a96e2584a6ee19adc93e2de1207f857e (patch) | |
tree | d5376dbcda92d8902db3195d4d223bdfec4b2963 /xmobar.cabal | |
parent | 8fc0a060f551532e6f09cc5c392e8e157195a4b8 (diff) | |
download | xmobar-9cd4e449a96e2584a6ee19adc93e2de1207f857e.tar.gz xmobar-9cd4e449a96e2584a6ee19adc93e2de1207f857e.tar.bz2 |
with_dbus documented
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 54f932e..a0012c7 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -58,19 +58,19 @@ flag with_alsa default: False flag with_datezone - description: Enables localized date support + description: Enables localized date support. default: False flag with_mpris - description: MPRIS v1, v2 support + description: MPRIS v1, v2 support. default: False flag with_dbus - description: Publish a Service on the Session Bus for controlling xmobar + description: Publish a service on the session bus for controlling xmobar. default: False flag with_threaded - description: Use threaded runtime + description: Use threaded runtime. default: False executable xmobar |