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