mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-09 20:19:37 +00:00
qtile: add memory usage widget
This commit is contained in:
parent
8b84aba425
commit
6b955a96b2
@ -246,6 +246,9 @@ def main_bar():
|
||||
widget.CurrentLayoutIcon(scale=0.75),
|
||||
widget.CurrentLayout(),
|
||||
],
|
||||
[
|
||||
widget.Memory(format='Memory {MemPercent}%'),
|
||||
],
|
||||
[
|
||||
widget.TextBox(
|
||||
text="Vol:",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user