Correct qtile config for three monitors

This commit is contained in:
Andreas Zweili 2022-09-21 20:54:48 +02:00
parent 86d812b1b2
commit df7ab695d5
1 changed files with 11 additions and 1 deletions

View File

@ -201,7 +201,17 @@ screens = [
24,
), ),
Screen(top=bar.Bar(
top_bar_widgets(),
[
widget.GroupBox(),
widget.Sep(padding=5),
widget.WindowName(),
widget.Sep(padding=5),
widget.CurrentLayout(),
widget.Sep(padding=5),
widget.Volume(),
widget.Sep(padding=5),
widget.Clock(format="%Y-%m-%d %a %H:%M"),
],
24,
), ),
Screen(top=bar.Bar(