Procházet zdrojové kódy

[i3status] Add both eth adapters to status bar

Colin Powell před 4 roky
rodič
revize
62526f713e
1 změnil soubory, kde provedl 4 přidání a 3 odebrání
  1. 4 3
      i3/.config/i3status/i3status.conf

+ 4 - 3
i3/.config/i3status/i3status.conf

@@ -27,17 +27,18 @@ volume master {
 
 ethernet em0 {
   format_up = "%ip"
-  format_down = "Eth down"
+  format_down = "em0 down"
 }
 
 ethernet ue0 {
+  # if you use %speed, i3status requires root privileges
   format_up = "%ip"
-  format_down = "Eth down"
+  format_down = "ue0 down"
 }
 
 wireless wlan0 {
     format_up = " %essid %ip"
-    format_down = "WiFi down"
+    format_down = "wlan0 down"
 }
 
 cpu_temperature 0 {