diff --git a/qtile_config.py b/qtile_config.py index a6300bf..4e70b96 100644 --- a/qtile_config.py +++ b/qtile_config.py @@ -117,7 +117,16 @@ screens = [ widget.GroupBox(), widget.Prompt(), widget.TaskList(), + widget.Systray(), + widget.Clock(format='%a %d.%m. %H:%M'), + ], + 25, + ), + bottom=bar.Bar( + [ + widget.WindowName(), widget.Notify(), + widget.Sep(), widget.ThermalSensor(tag_sensor='Core 0'), widget.ThermalSensor(tag_sensor='temp1'), widget.Sep(), @@ -130,13 +139,9 @@ screens = [ widget.Net(interface="wlp5s0"), widget.DF(), widget.Sep(), - widget.BatteryIcon(), widget.Battery(), - widget.Sep(), - widget.Systray(), - widget.Clock(format='%a %d.%m. %H:%M'), ], - 25, + 15, ), ), ]