From 2a77d15f6c31d1ba10e3d6b4aa997846d8b6d5ed Mon Sep 17 00:00:00 2001 From: enkore Date: Fri, 13 Jun 2014 20:06:46 +0200 Subject: [PATCH] network: changed detached_down default --- i3pystatus/network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3pystatus/network.py b/i3pystatus/network.py index 3e36468..4cc0f1b 100644 --- a/i3pystatus/network.py +++ b/i3pystatus/network.py @@ -93,7 +93,7 @@ class Network(IntervalModule): format_down = "{interface}" color_up = "#00FF00" color_down = "#FF0000" - detached_down = False + detached_down = True def init(self): if self.interface not in netifaces.interfaces() and not self.detached_down: