summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index a21dd3a..2c678a1 100644
--- a/README.rst
+++ b/README.rst
@@ -18,11 +18,16 @@ See the wiki for up to date documentation:
Learn how to write your own modules:
https://github.com/ultrabug/py3status/wiki/Write-your-own-modules
+Get help or share your ideas on IRC:
+ channel **#py3status** on **FreeNode**
+
Requirements
============
You **must** set the `output_format` to `i3bar` in the general section of your i3status.conf:
::
general {
+ colors = true
+ interval = 5
output_format = "i3bar"
}