diff options
| author | Ultrabug <ultrabug@gentoo.org> | 2013-02-23 18:57:59 +0100 |
|---|---|---|
| committer | Ultrabug <ultrabug@gentoo.org> | 2013-02-23 18:57:59 +0100 |
| commit | bd896bcfb205716edd6f6b7bae1078a444312298 (patch) | |
| tree | addd9a32f7a77e66853467b60e148ee6daddf6ac | |
| parent | 85a0f4e42d4a9333c34326121e01d1b8fe306b9d (diff) | |
update the install doc for Gentoo users
| -rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -13,7 +13,7 @@ You must set the `output_format` to `i3bar` in the general section of your i3sta output_format = "i3bar" } -## Installation +## Installation (non Gentoo users) Just clone the repository: $ git clone git@github.com:ultrabug/py3status.git .py3status @@ -26,6 +26,15 @@ And run the setup.py as root or via sudo: $ sudo python setup.py install +## Installation (Gentoo users) +Add the `ultrabug` overlay on layman: + + $ sudo layman -a ultrabug + +Install py3status: + + $ sudo emerge -a py3status + ## Usage In your i3 config file, simply change the `status_command` with: |
