qtile-desktop: add temperature widget
This commit is contained in:
parent
f4cf70ae78
commit
7dea39c0b4
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue