From bd896bcfb205716edd6f6b7bae1078a444312298 Mon Sep 17 00:00:00 2001 From: Ultrabug Date: Sat, 23 Feb 2013 18:57:59 +0100 Subject: update the install doc for Gentoo users --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73681d0..19566c5 100644 --- a/README.md +++ b/README.md @@ -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: -- cgit v1.3