qtile: add thermal sensor widget to aux bar

This commit is contained in:
Guilherme Rugai Freire 2021-11-09 23:03:05 -03:00
parent 5ff4d9999a
commit 6d19355a2d
No known key found for this signature in database
GPG Key ID: 0F9FE41723A8A297

View File

@ -335,6 +335,7 @@ def aux_bar():
), ),
widget.WindowName(), widget.WindowName(),
widget.Memory(format='Memory {MemPercent}%'), widget.Memory(format='Memory {MemPercent}%'),
widget.ThermalSensor(fmt='Temp: {}'),
widget.CPU(format='CPU {load_percent}%'), widget.CPU(format='CPU {load_percent}%'),
] ]
) )