diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-08-11 23:34:05 +0200 |
---|---|---|
committer | Jochen Keil <jochen.keil@gmail.com> | 2012-08-12 10:45:19 +0200 |
commit | 89063445bca98bd27544e0fec4e1dfbfe2730c28 (patch) | |
tree | c3a83d2df1ed158de1b14e3fbeeb0cfb84f2ece5 /readme.md | |
parent | 901bd4c9067b05616392de238d525dd8d4a99f45 (diff) | |
download | xmobar-89063445bca98bd27544e0fec4e1dfbfe2730c28.tar.gz xmobar-89063445bca98bd27544e0fec4e1dfbfe2730c28.tar.bz2 |
A bit of documentation re mpris
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -121,7 +121,7 @@ Otherwise, you'll need to install them yourself. `with_mpris` : Enables support for MPRIS v1/v2 protocol. - Requires the [dbus-core] and [text] packages. + Requires the [dbus] and [text] packages. `with_inotify` : Support for inotify in modern linux kernels. This option is needed @@ -676,7 +676,7 @@ Monitors have default aliases. ### `Mpris1 PlayerName Args RefreshRate` - Aliases to `mpris1` -- Requires [dbus-core] and [text] packages. +- Requires [dbus] and [text] packages. To activate, pass `--flags="with_mpris"` during compilation. - PlayerName: player supporting MPRIS v1 protocol, in lowercase. - Args: default monitor arguments. @@ -1188,7 +1188,7 @@ Copyright © 2010-2012 Jose Antonio Ortega Ruiz [iwlib]: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html [hinotify]: http://hackage.haskell.org/package/hinotify/ [libmpd]: http://hackage.haskell.org/package/libmpd/ -[dbus-core]: http://hackage.haskell.org/package/dbus-core +[dbus]: http://hackage.haskell.org/package/dbus [text]: http://hackage.haskell.org/package/text [sawfish]: http://sawfish.wikia.com/ [utf8-string]: http://hackage.haskell.org/package/utf8-string/ |