summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUltrabug <ultrabug@gentoo.org>2014-04-16 11:48:30 +0200
committerUltrabug <ultrabug@gentoo.org>2014-04-16 11:48:30 +0200
commit0326b7f4be6f7ab49b8e5814767779eb38982c82 (patch)
treec5958dddc3f2ff87cd728a0c394ac848b8fec56e
parenta8156c8a2de3bc52ae115baeede9a9ee6c53c028 (diff)
move README to markdown, change ordering
-rw-r--r--README.md (renamed from README.rst)20
1 files changed, 10 insertions, 10 deletions
diff --git a/README.rst b/README.md
index 1d5cb60..bf61505 100644
--- a/README.rst
+++ b/README.md
@@ -31,6 +31,16 @@ You **must** set the `output_format` to `i3bar` in the general section of your i
output_format = "i3bar"
}
+Usage
+=====
+In your i3 config file, simply switch from `i3status` to `py3status` in your `status_command`:
+::
+ status_command py3status
+
+Usually you have your own i3status configuration, just point to it:
+::
+ status_command py3status -c ~/.i3/i3status.conf
+
Installation (all users)
========================
py3status is available on pypi:
@@ -49,16 +59,6 @@ Thanks to @waaaaargh, py3status is present in the Arch User Repository using thi
::
https://aur.archlinux.org/packages/py3status-git/
-Usage
-=====
-In your i3 config file, simply change the `status_command` with:
-::
- status_command py3status
-
-Usually you have your own i3status configuration, just point to it:
-::
- status_command py3status -c ~/.i3/i3status.conf
-
Options
=======
You can see the help of py3status by issuing `py3status -h`: