Update the bar-aint-recursive binding docs

This commit is contained in:
S0lll0s 2015-05-15 14:48:39 +02:00
parent b20a707222
commit 32a278b8a8
1 changed files with 5 additions and 2 deletions

View File

@ -51,8 +51,8 @@ Add the following to :file:`~/.config/qtile/config.py`:
.. _bar-usage:
LemonBoys bar
==============
bar-aint-recursive
==================
To run the bar simply pipe the output of the binding script into ``bar`` and
specify appropriate options, for example like this::
@ -63,6 +63,9 @@ to run with i3, simply ``exec`` this in i3 config file::
exec python /path/to/powerline/bindings/bar/powerline-bar.py --i3 | bar
Running the binding in i3-mode will require `i3ipc <https://github.com/acrisci/i3ipc-python>`_
(or the outdated `i3-py <https://github.com/ziberna/i3-py>`_).
See the `bar documentation <https://github.com/LemonBoy/bar>`_ for more
information and options.