소스 검색

Replace connectivity indicators by unicode chars

For Wifi and Ethernet.
DricomDragon 4 년 전
부모
커밋
4847f29239
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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 {