Parcourir la source

Replace connectivity indicators by unicode chars

For Wifi and Ethernet.
DricomDragon il y a 4 ans
Parent
commit
4847f29239
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  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 {