qtile: add memory usage widget

This commit is contained in:
Guilherme Rugai Freire 2021-06-25 08:15:00 -03:00
parent 8b84aba425
commit 6b955a96b2
No known key found for this signature in database
GPG Key ID: 86DC96AE4AEBC162

View File

@ -246,6 +246,9 @@ def main_bar():
widget.CurrentLayoutIcon(scale=0.75), widget.CurrentLayoutIcon(scale=0.75),
widget.CurrentLayout(), widget.CurrentLayout(),
], ],
[
widget.Memory(format='Memory {MemPercent}%'),
],
[ [
widget.TextBox( widget.TextBox(
text="Vol:", text="Vol:",