summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 0eb79b4..4185de0 100644
--- a/README.rst
+++ b/README.rst
@@ -52,6 +52,17 @@ Usually you have your own i3status configuration, just point to it:
Available modules
=================
+You can get a list and short description of all the available modules by using the CLI:
+::
+
+ $ py3status modules list
+
+
+To get more details about all the available modules, use:
+::
+
+ $ py3status modules details
+
All the modules shipped with py3status are present in the sources in the `py3status/modules <https://github.com/ultrabug/py3status/tree/master/py3status/modules>`_ folder.
Most of them are **configurable directly from your current i3status.conf**, check them out to see all the configurable variables.