display qtiles top bar on the second monitor as well

This commit is contained in:
Andreas Zweili 2021-11-29 20:59:42 +01:00
parent 121f86d888
commit b94b3dbc15
1 changed files with 17 additions and 0 deletions

View File

@ -131,6 +131,23 @@ screens = [
24,
),
),
Screen(
top=bar.Bar(
[
widget.GroupBox(),
widget.Sep(padding=5),
widget.Prompt(),
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,
),
),
]
# Drag floating layouts.