mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +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.CurrentLayoutIcon(scale=0.75),
|
||||||
widget.CurrentLayout(),
|
widget.CurrentLayout(),
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
widget.Memory(format='Memory {MemPercent}%'),
|
||||||
|
],
|
||||||
[
|
[
|
||||||
widget.TextBox(
|
widget.TextBox(
|
||||||
text="Vol:",
|
text="Vol:",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user