From 96d7b78e2d60e8f3e26b8afd9bb865f8b0157e16 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Tue, 4 Nov 2014 08:22:46 +0100 Subject: [PATCH] network_traffic: do not hide by default down iface --- i3pystatus/network_traffic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3pystatus/network_traffic.py b/i3pystatus/network_traffic.py index c14e0ff..f8da5e1 100644 --- a/i3pystatus/network_traffic.py +++ b/i3pystatus/network_traffic.py @@ -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