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.WindowName(),
widget.Prompt(), widget.Prompt(),
widget.CPUGraph(), widget.CPUGraph(),
widget.MemoryGraph(), widget.Memory(),
widget.NetGraph(bandwidth_type='down'), widget.Net(interface='eth0'),
widget.NetGraph(bandwidth_type='up'), widget.Net(interface='wlan0'),
widget.Clock(format='%Y-%m-%d %a %I:%M %p'), widget.Clock(format='%Y-%m-%d %a %I:%M %p'),
] ]
if i is 0: if i is 0: