nix/home/profiles/qtile: use textual widgets for mem and net

This commit is contained in:
steveej 2019-01-12 23:38:27 +01:00
parent ab5b5054de
commit 677894c833

View file

@ -203,9 +203,9 @@ for i in range(0, screens_count+1):
widget.WindowName(),
widget.Prompt(),
widget.CPUGraph(),
widget.MemoryGraph(),
widget.NetGraph(bandwidth_type='down'),
widget.NetGraph(bandwidth_type='up'),
widget.Memory(),
widget.Net(interface='eth0'),
widget.Net(interface='wlan0'),
widget.Clock(format='%Y-%m-%d %a %I:%M %p'),
]
if i is 0: