Use new name and two sides in example configuration in documentation

This commit is contained in:
ZyX 2015-02-20 16:19:04 +03:00
parent bf228943ed
commit 86bb1616b4
1 changed files with 5 additions and 4 deletions

View File

@ -33,15 +33,16 @@ Add the following to :file:`~/.config/qtile/config.py`:
from libqtile.bar import Bar
from libqtile.config import Screen
from libqtile.widget import Spacer
from powerline.bindings.qtile.widget import Powerline
from powerline.bindings.qtile.widget import PowerlineTextBox
screens = [
Screen(
top=Bar([
# ...
Powerline(timeout=2),
# ...
PowerlineTextBox(timeout=2, side='left'),
Spacer(),
PowerlineTextBox(timeout=2, side='right'),
],
35 # width
),