Ver Fonte

Hide network status when disconnected

Avoid warning indicators to be showed all the time.
DricomDragon há 4 anos atrás
pai
commit
b9a02a9e8a
1 ficheiros alterados com 2 adições e 2 exclusões
  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 {