From e0584d6661f7ec74e660dbee93811dfa6bd02509 Mon Sep 17 00:00:00 2001 From: enkore Date: Sat, 10 May 2014 13:43:23 +0200 Subject: [PATCH] update readme --- README.rst | 5 +++-- README.tpl.rst | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e5c3281..64efbb5 100644 --- a/README.rst +++ b/README.rst @@ -38,6 +38,7 @@ Contributors * aaron-lebo * afics +* al45tair * Arvedui * cganas * dubwoc @@ -386,7 +387,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: ``{'FULL': 'FULL', 'CHR': 'CHR', 'DIS': 'DIS'}``) +:status: A dictionary mapping ('DIS', 'CHR', 'FULL') to alternative names (default: ``{'CHR': 'CHR', 'DIS': 'DIS', 'FULL': 'FULL'}``) :color: The text color (default: ``#ffffff``) :critical_color: The critical color (default: ``#ff0000``) :interval: (default: ``5``) @@ -673,7 +674,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: ``{'play': '▶', 'pause': '▷', 'stop': '◾'}``) +:status: Dictionary mapping pause, play and stop to output (default: ``{'pause': '▷', 'play': '▶', 'stop': '◾'}``) :interval: (default: ``1``) diff --git a/README.tpl.rst b/README.tpl.rst index e0dfa05..a333888 100644 --- a/README.tpl.rst +++ b/README.tpl.rst @@ -38,6 +38,7 @@ Contributors * aaron-lebo * afics +* al45tair * Arvedui * cganas * dubwoc