From a0bc7f784fdb67dde452807ae712875e68400084 Mon Sep 17 00:00:00 2001 From: enkore Date: Sun, 2 Feb 2014 00:22:16 +0100 Subject: [PATCH] ... --- README.rst | 7 ++++--- README.tpl.rst | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 9572334..5d144ef 100644 --- a/README.rst +++ b/README.rst @@ -35,6 +35,7 @@ Release Notes * **If you're currently using the ``i3pystatus`` command to run your i3bar**: Replace ``i3pystatus`` command in your i3 configuration with ``python ~/path/to/your/i3pystatus.py`` * New options for `mem`_ (thanks Arvedui) +* Added `cpu\_usage`_ * Improved error handling * Removed ``i3pystatus`` binary * pulseaudio: changed context name to "i3pystatus_pulseaudio" @@ -249,7 +250,7 @@ would produce ``1:5:51`` Modules ------- -:System: `clock`_ - `disk`_ - `load`_ - `mem`_ `cpu_usage`_ +:System: `clock`_ - `disk`_ - `load`_ - `mem`_ - `cpu\_usage`_ :Audio: `alsa`_ - `pulseaudio`_ :Hardware: `battery`_ - `backlight`_ - `temp`_ :Network: `network`_ - `wireless`_ @@ -333,7 +334,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', 'FULL': 'FULL', 'DIS': 'DIS'}``) +:status: A dictionary mapping ('DIS', 'CHR', 'FULL') to alternative names (default: ``{'DIS': 'DIS', 'CHR': 'CHR', 'FULL': 'FULL'}``) @@ -591,7 +592,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': '▷'}``) diff --git a/README.tpl.rst b/README.tpl.rst index 08146d0..cdf6eb9 100644 --- a/README.tpl.rst +++ b/README.tpl.rst @@ -35,6 +35,7 @@ Release Notes * **If you're currently using the ``i3pystatus`` command to run your i3bar**: Replace ``i3pystatus`` command in your i3 configuration with ``python ~/path/to/your/i3pystatus.py`` * New options for `mem`_ (thanks Arvedui) +* Added `cpu\_usage`_ * Improved error handling * Removed ``i3pystatus`` binary * pulseaudio: changed context name to "i3pystatus_pulseaudio" @@ -249,7 +250,7 @@ would produce ``1:5:51`` Modules ------- -:System: `clock`_ - `disk`_ - `load`_ - `mem`_ `cpu_usage`_ +:System: `clock`_ - `disk`_ - `load`_ - `mem`_ - `cpu\_usage`_ :Audio: `alsa`_ - `pulseaudio`_ :Hardware: `battery`_ - `backlight`_ - `temp`_ :Network: `network`_ - `wireless`_