mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-09 20:19:37 +00:00
qtile: add cpu and memory widget to aux monitor
This commit is contained in:
parent
4b39928e24
commit
3a9f800ce7
@ -316,6 +316,8 @@ def aux_bar():
|
||||
foreground=colors["background"],
|
||||
),
|
||||
widget.WindowName(),
|
||||
widget.Memory(format='Memory {MemPercent}%'),
|
||||
widget.CPU(format='CPU {load_percent}%'),
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user