cleared up mess

This commit is contained in:
paul-loedige
2020-11-22 02:09:45 +01:00
parent 455c7c3650
commit b078aa5031
@@ -143,6 +143,54 @@ screens = [
24, 24,
), ),
), ),
Screen(
top=bar.Bar(
[
widget.CurrentLayout(),
widget.GroupBox(),
widget.Prompt(),
widget.WindowName(),
widget.Chord(
chords_colors={
'launch': ("#ff0000", "#ffffff"),
},
name_transform=lambda name: name.upper(),
),
widget.Systray(),
widget.CheckUpdates(colour_no_updates='ff0000',
display_format='Updates:{updates}'),
widget.CPU(format='CPU: {load_percent}%',
update_interval=2),
widget.Clock(format='%Y-%m-%d %a %H:%M'),
widget.QuickExit(),
],
24,
),
),
Screen(
top=bar.Bar(
[
widget.CurrentLayout(),
widget.GroupBox(),
widget.Prompt(),
widget.WindowName(),
widget.Chord(
chords_colors={
'launch': ("#ff0000", "#ffffff"),
},
name_transform=lambda name: name.upper(),
),
widget.Systray(),
widget.CheckUpdates(colour_no_updates='ff0000',
display_format='Updates:{updates}'),
widget.CPU(format='CPU: {load_percent}%',
update_interval=2),
widget.Clock(format='%Y-%m-%d %a %H:%M'),
widget.QuickExit(),
],
24,
),
),
] ]
#endregion #endregion