diff options
| -rw-r--r-- | README.md (renamed from README.rst) | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -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`: |
