Update documentation

This commit is contained in:
ZyX 2015-02-20 16:07:52 +03:00
parent b09c7b79b5
commit 6c966811af
1 changed files with 5 additions and 1 deletions

View File

@ -31,15 +31,19 @@ Add the following to :file:`~/.config/qtile/config.py`:
.. code-block:: python
from libqtile.bar import Bar
from libqtile.config import Screen
from powerline.bindings.qtile.widget import Powerline
screens = [
Screen(
top=bar.Bar([
top=Bar([
# ...
Powerline(timeout=2),
# ...
],
35 # width
),
),
]