diff options
| -rw-r--r-- | NEWS | 1 | ||||
| -rw-r--r-- | README | 11 | 
2 files changed, 7 insertions, 5 deletions
| @@ -9,6 +9,7 @@ _Incompatible changes_  _New features_ +  - New MPRIS (version 1 and 2) monitor, by Artem Tarasov.    - New monitor option `-d` to specify the number of decimal places to      display for float numbers.  Defaults to 0. See [issue 58]. @@ -116,7 +116,7 @@ Otherwise, you'll need to install them yourself.  :    Enables support for the [MPD] daemon. Requires the [libmpd] package.  `with_mpris` -:    Enables support for MPRIS v1/v2 protocol.  +:    Enables support for MPRIS v1/v2 protocol.       Requires the [dbus-core] and [text] packages.  `with_inotify` @@ -637,7 +637,7 @@ Monitors have default aliases.  `Mpris1 PlayerName Args RefreshRate`  - Aliases to `mpris1` -- Requires [dbus-core] and [text] packages.  +- Requires [dbus-core] and [text] packages.    To activate, pass `--flags="with_mpris"` during compilation.  - PlayerName: player supporting MPRIS v1 protocol, in lowercase.  - Args: default monitor arguments. @@ -650,7 +650,7 @@ Monitors have default aliases.                                    "<artist> - [<tracknumber>] <title>"] 10  `Mpris2 PlayerName Args RefreshRate` -- Just like Mpris1.  +- Just like Mpris1.    Supposed to be used with mediaplayers which support MPRIS v2.  `Mail Args Alias` @@ -1055,8 +1055,9 @@ In particular, xmobar [incorporates patches] by Ben Boeckel, Roman  Cheplyaka, John Goerzen, Juraj Hercek, Tomas Janousek, Spencer  Janssen, Lennart Kolmodin, Krzysztof Kosciuszkiewicz, Dmitry  Kurochkin, Svein Ove, Martin Perner, Jens Petersen, Petr Rockai, -Andrew Sackville-West, Alexander Solovyov, Sergei Trofimovich, Thomas -Tuegel, Jan Vornberger, Daniel Wagner and Norbert Zeh. +Andrew Sackville-West, Alexander Solovyov, Artem Tarasov, Sergei +Trofimovich, Thomas Tuegel, Jan Vornberger, Daniel Wagner and Norbert +Zeh.  [incorporates patches]: http://www.ohloh.net/p/xmobar/contributors | 
