From 3e7a46b2c3820a62d5ef3095739ac30f397fb5a8 Mon Sep 17 00:00:00 2001 From: enkore Date: Sun, 20 Apr 2014 15:00:45 +0200 Subject: [PATCH] append #52 to changelog --- README.rst | 5 +++-- README.tpl.rst | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index fb9b0d6..78e7356 100644 --- a/README.rst +++ b/README.rst @@ -60,6 +60,7 @@ Contributors: * `battery`_: fix errors if CURRENT_NOW is not present * `battery`_: add configurable colors * `load`_: add configurable colors and limit +* `parcel`_: rewrote DHL tracker 3.28 ++++ @@ -372,7 +373,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: ``{'CHR': 'CHR', 'DIS': 'DIS', 'FULL': 'FULL'}``) +:status: A dictionary mapping ('DIS', 'CHR', 'FULL') to alternative names (default: ``{'CHR': 'CHR', 'FULL': 'FULL', 'DIS': 'DIS'}``) :color: The text color (default: ``#ffffff``) :critical_color: The critical color (default: ``#ff0000``) :interval: (default: ``5``) @@ -659,7 +660,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: ``{'stop': '◾', 'pause': '▷', 'play': '▶'}``) +:status: Dictionary mapping pause, play and stop to output (default: ``{'play': '▶', 'pause': '▷', 'stop': '◾'}``) :interval: (default: ``1``) diff --git a/README.tpl.rst b/README.tpl.rst index 1289a47..7fa476a 100644 --- a/README.tpl.rst +++ b/README.tpl.rst @@ -60,6 +60,7 @@ Contributors: * `battery`_: fix errors if CURRENT_NOW is not present * `battery`_: add configurable colors * `load`_: add configurable colors and limit +* `parcel`_: rewrote DHL tracker 3.28 ++++