Feat: move bar to top

This commit is contained in:
Bertrand Benjamin 2021-10-31 20:32:07 +01:00
parent c74ed2a1e3
commit 99517cf4e4
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ extension_defaults = widget_defaults.copy()
screens = [ screens = [
Screen(), Screen(),
Screen( Screen(
bottom=bar.Bar( top=bar.Bar(
[ [
widget.GroupBox( widget.GroupBox(
active=colors["FG"], active=colors["FG"],