From d3ca35ccfb70153cfe8a5d79748abbaf3e6dcb59 Mon Sep 17 00:00:00 2001 From: Igor Sharonov Date: Tue, 12 Jul 2016 23:23:30 +0300 Subject: [PATCH] Update docs --- docs/configuration.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/configuration.rst b/docs/configuration.rst index 4ff694e..56852c1 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -123,6 +123,16 @@ Also change your i3wm config to the following: .. note:: Don't name your config file ``i3pystatus.py``, as it would make ``i3pystatus`` un-importable and lead to errors. +Another way to launch your configuration file is to use ``i3pystatus`` script +from installation: + +.. code:: bash + + i3pystatus -c ~/.path/to/your/config/file.py + +If no arguments were provided, ``i3pystatus`` script works as an example of +``Clock`` module. + .. _credentials: Credentials