Przeglądaj źródła

Replace down word by cross symbol

DricomDragon 4 lat temu
rodzic
commit
b96a7f83b4
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      Install/Templates/i3/status_bar

+ 2 - 2
Install/Templates/i3/status_bar

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