From 66d96c3286265b1f4e08ec882e77bb1c019ef85f Mon Sep 17 00:00:00 2001 From: enkore Date: Mon, 14 Oct 2013 19:11:15 +0200 Subject: [PATCH] Weather docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3fb24d9..59f801a 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,7 @@ __Settings:__ This class uses the /sys/class/power_supply/…/uevent interface to check for the battery status -Available formatters for format and alert_format_\*: +Available formatters: * `{remaining}` — remaining time for charging or discharging, uses TimeWrapper formatting, default format is `%E%h:%M` * `{percentage}` — battery percentage relative to the last full value @@ -503,7 +503,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: `{'stop': '◾', 'play': '▶', 'pause': '▷'}`) @@ -668,7 +668,7 @@ Requires pywapi from PyPI. __Settings:__ * `location_code` — (required) -* `units` +* `units` — *C*elsius or *F*ahrenheit (default: `C`) * `format` — (default: `{current_temp}`)