From 8aeb92286fd3989d51fa80e614cf7da3eba7204c Mon Sep 17 00:00:00 2001 From: enkore Date: Sat, 31 May 2014 12:27:11 +0200 Subject: [PATCH] Update Readme #63 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 0197017..848518f 100644 --- a/README.rst +++ b/README.rst @@ -500,7 +500,7 @@ Settings: :format: format string used for output. {avg1}, {avg5} and {avg15} are the load average of the last one, five and fifteen minutes, respectively. {tasks} is the number of tasks (i.e. 1/285, which indiciates that one out of 285 total tasks is runnable). (default: ``{avg1} {avg5}``) :color: The text color (default: ``#ffffff``) -:critical_limit: Limit under witch one the battery is critical (default: ``1``) +:critical_limit: Limit above which the load is considered critical (default: ``1``) :critical_color: The critical color (default: ``#ff0000``) :interval: (default: ``5``) @@ -679,7 +679,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': '▷', 'play': '▶', 'stop': '◾'}``) +:status: Dictionary mapping pause, play and stop to output (default: ``{'play': '▶', 'stop': '◾', 'pause': '▷'}``) :interval: (default: ``1``)