From 6d19355a2d58092fe813db939fff9da53572694f Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Date: Tue, 9 Nov 2021 23:03:05 -0300 Subject: [PATCH] qtile: add thermal sensor widget to aux bar --- .config/qtile/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 6b9f4e7..fb7a970 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -335,6 +335,7 @@ def aux_bar(): ), widget.WindowName(), widget.Memory(format='Memory {MemPercent}%'), + widget.ThermalSensor(fmt='Temp: {}'), widget.CPU(format='CPU {load_percent}%'), ] )