From 3cea707522fadcc3216ac8771e91325f3358a61a Mon Sep 17 00:00:00 2001 From: enkore Date: Tue, 26 Aug 2014 21:18:37 +0200 Subject: [PATCH] Update docs #105 --- README.rst | 10 ++++++---- README.tpl.rst | 2 ++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index ccf782c..53ce09c 100644 --- a/README.rst +++ b/README.rst @@ -47,6 +47,7 @@ Contributors * Argish42 * Arvedui * atalax +* bparmentier * cganas * crwood * dubwoc @@ -81,6 +82,7 @@ next * `network`_: Add unknown_up setting * `parcel`_: Document lxml dependency * Added `network\_traffic`_ module +* `mpd`_: Play song on left click even if stopped 3.30 ++++ @@ -441,7 +443,7 @@ Settings: :alert_format_title: The title of the notification, all formatters can be used (default: ``Low battery``) :alert_format_body: The body text of the notification, all formatters can be used (default: ``Battery {battery_ident} has only {percentage:.2f}% ({remaining:%E%hh:%Mm}) remaining!``) :path: Override the default-generated path (default: ``None``) -:status: A dictionary mapping ('DIS', 'CHR', 'FULL') to alternative names (default: ``{'DIS': 'DIS', 'FULL': 'FULL', 'CHR': 'CHR'}``) +:status: A dictionary mapping ('DIS', 'CHR', 'FULL') to alternative names (default: ``{'CHR': 'CHR', 'FULL': 'FULL', 'DIS': 'DIS'}``) :color: The text color (default: ``#ffffff``) :full_color: The full color (default: ``#00ff00``) :charging_color: The charging color (default: ``#00ff00``) @@ -830,7 +832,7 @@ Settings: :host: (default: ``localhost``) :port: MPD port (default: ``6600``) :format: formatp string (default: ``{title} {status}``) -:status: Dictionary mapping pause, play and stop to output (default: ``{'pause': '▷', 'stop': '◾', 'play': '▶'}``) +:status: Dictionary mapping pause, play and stop to output (default: ``{'pause': '▷', 'play': '▶', 'stop': '◾'}``) :color: The color of the text (default: ``#FFFFFF``) :interval: (default: ``1``) @@ -925,7 +927,7 @@ Requires python-dbus available from every distros' package manager. Settings: :player: Player name (default: ``None``) -:status: Dictionary mapping pause, play and stop to output text (default: ``{'pause': '▷', 'stop': '◾', 'play': '▶'}``) +:status: Dictionary mapping pause, play and stop to output text (default: ``{'pause': '▷', 'play': '▶', 'stop': '◾'}``) :color: Text color (default: ``#FFFFFF``) :format: formatp string (default: ``{title} {status}``) :interval: (default: ``1``) @@ -1051,7 +1053,7 @@ Settings: :mail_brackets: Display unread message count in square-brackets. (default: ``False``) :title_maxlen: Maximum number of characters to display in title. (default: ``80``) :interval: Update interval. (default: ``300``) -:status: New message indicator. (default: ``{'no_mail': '', 'new_mail': '✉'}``) +:status: New message indicator. (default: ``{'new_mail': '✉', 'no_mail': ''}``) diff --git a/README.tpl.rst b/README.tpl.rst index 567b824..964ab99 100644 --- a/README.tpl.rst +++ b/README.tpl.rst @@ -47,6 +47,7 @@ Contributors * Argish42 * Arvedui * atalax +* bparmentier * cganas * crwood * dubwoc @@ -81,6 +82,7 @@ next * `network`_: Add unknown_up setting * `parcel`_: Document lxml dependency * Added `network\_traffic`_ module +* `mpd`_: Play song on left click even if stopped 3.30 ++++