network_traffic: do not hide by default down iface
This commit is contained in:
parent
9591de4461
commit
96d7b78e2d
@ -30,7 +30,7 @@ class NetworkTraffic(IntervalModule):
|
||||
|
||||
format = "{interface} \u2197{bytes_sent}kB/s \u2198{bytes_recv}kB/s"
|
||||
format_down = "{interface} \u2013"
|
||||
hide_down = True
|
||||
hide_down = False
|
||||
interface = "eth0"
|
||||
divisor = 1024
|
||||
round_size = None
|
||||
|
Loading…
Reference in New Issue
Block a user