From 65ddc634dffd349922bb8e641766aee87d5bde4d Mon Sep 17 00:00:00 2001 From: enkore Date: Tue, 8 Oct 2013 15:51:35 +0200 Subject: [PATCH] README --- README.md | 5 ++++- README.tpl.md | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b5f3983..71aec39 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ status output compatible to i3status / i3bar of the i3 window manager. ## Installation +Note: i3pystatus requires Python 3.2 or newer and is not compatible with +Python 2.x. + ### From PyPI package [i3pystatus](https://pypi.python.org/pypi/i3pystatus) pip install i3pystatus @@ -500,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: `{'pause': '▷', 'play': '▶', 'stop': '◾'}`) +* `status` — Dictionary mapping pause, play and stop to output (default: `{'pause': '▷', 'stop': '◾', 'play': '▶'}`) diff --git a/README.tpl.md b/README.tpl.md index 28588eb..404f1a2 100644 --- a/README.tpl.md +++ b/README.tpl.md @@ -11,6 +11,9 @@ status output compatible to i3status / i3bar of the i3 window manager. ## Installation +Note: i3pystatus requires Python 3.2 or newer and is not compatible with +Python 2.x. + ### From PyPI package [i3pystatus](https://pypi.python.org/pypi/i3pystatus) pip install i3pystatus