qtile: fix WidgetBox indentation

This commit is contained in:
Łukasz Pankowski 2022-10-12 08:49:52 +02:00
parent f724b9c29c
commit 4a6436123e

View File

@ -80,15 +80,15 @@ def createBar(monitor=None):
text_open="",
text_closed="",
widgets=[
widget.Spacer(10),
widget.NetGraph(border_color=theme["inactive"], graph_color=theme["foreground"]),
widget.Spacer(10),
widget.HDDBusyGraph(border_color=theme["inactive"], graph_color=theme["foreground"]),
widget.Spacer(10),
widget.CPUGraph(border_color=theme["inactive"], graph_color=theme["foreground"]),
widget.Spacer(10),
widget.ThermalSensor(foreground=theme["foreground"], fontsize=s["fontsize"]),
]),
widget.Spacer(10),
widget.NetGraph(border_color=theme["inactive"], graph_color=theme["foreground"]),
widget.Spacer(10),
widget.HDDBusyGraph(border_color=theme["inactive"], graph_color=theme["foreground"]),
widget.Spacer(10),
widget.CPUGraph(border_color=theme["inactive"], graph_color=theme["foreground"]),
widget.Spacer(10),
widget.ThermalSensor(foreground=theme["foreground"], fontsize=s["fontsize"]),
]),
widget.Spacer(10),
widget.PulseVolume(fontsize=s["fontsize"]),
widget.Spacer(10),