qtile-desktop: add temperature widget

This commit is contained in:
steveej 2020-12-04 21:45:38 +01:00
parent f4cf70ae78
commit 7dea39c0b4
2 changed files with 2 additions and 0 deletions

View file

@ -248,6 +248,7 @@ for i in range(0, screens_count+1):
widget.WindowName(),
widget.Prompt(),
widget.CPUGraph(),
widget.ThermalSensor(),
widget.Memory(),
widget.Net(interface='eth0'),
widget.Net(interface='wlan0'),
@ -349,5 +350,6 @@ in {
lxappearance
xorg.xcursorthemes
pavucontrol
lm_sensors
];
}