mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-09 20:19:37 +00:00
qtile: add thermal sensor widget to aux bar
This commit is contained in:
parent
5ff4d9999a
commit
6d19355a2d
@ -335,6 +335,7 @@ def aux_bar():
|
||||
),
|
||||
widget.WindowName(),
|
||||
widget.Memory(format='Memory {MemPercent}%'),
|
||||
widget.ThermalSensor(fmt='Temp: {}'),
|
||||
widget.CPU(format='CPU {load_percent}%'),
|
||||
]
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user