Ver Fonte

Replace connectivity indicators by unicode chars

For Wifi and Ethernet.
DricomDragon há 4 anos atrás
pai
commit
4847f29239
1 ficheiros alterados com 4 adições e 4 exclusões
  1. 4 4
      Install/Templates/i3/status_bar

+ 4 - 4
Install/Templates/i3/status_bar

@@ -21,14 +21,14 @@ order += "load"
 order += "tztime local"
 
 wireless _first_ {
-        format_up = "W: (%quality at %essid) %ip"
-        format_down = "W: ×"
+        format_up = " (%quality at %essid) %ip"
+        format_down = "×"
 }
 
 ethernet _first_ {
         # if you use %speed, i3status requires root privileges
-        format_up = "E: %ip (%speed)"
-        format_down = "E: ×"
+        format_up = " %ip (%speed)"
+        format_down = "×"
 }
 
 battery all {