Browse Source

Hide network status when disconnected

Avoid warning indicators to be showed all the time.
DricomDragon 4 years ago
parent
commit
b9a02a9e8a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Install/Templates/i3status/config

+ 2 - 2
Install/Templates/i3status/config

@@ -31,13 +31,13 @@ ipv6 {
 
 wireless _first_ {
         format_up = "⌔ %essid%quality %bitrate %ip"
-        format_down = "⌔×"
+        format_down = ""
 }
 
 ethernet _first_ {
         # if you use %speed, i3status requires root privileges
         format_up = "⇵ %speed %ip"
-        format_down = "⇵×"
+        format_down = ""
 }
 
 battery 0 {