Browse Source

fixed i3 status ping

master
Robin Thoni 8 years ago
parent
commit
1d6d024650
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      i3/i3/status/status.py

+ 3
- 3
i3/i3/status/status.py View File

125
                 color=g_color_good,
125
                 color=g_color_good,
126
                 color_down=g_color_alert,
126
                 color_down=g_color_alert,
127
                 format="\uf07d {ping:03.0f} ms",
127
                 format="\uf07d {ping:03.0f} ms",
128
-                format_down="\uf368 ∞ ms")
128
+                format_down="\uf07d 000 ms")
129
 
129
 
130
 def get_iface_param(iface):
130
 def get_iface_param(iface):
131
     if isinstance(iface, list):
131
     if isinstance(iface, list):
132
         return iface[0], iface[1]
132
         return iface[0], iface[1]
133
     return iface, iface
133
     return iface, iface
134
 
134
 
135
-ifaces_wireless = ["wlan0"]
136
-ifaces_wired = ["eth0"]
135
+ifaces_wireless = ["wlan0", "wlan1"]
136
+ifaces_wired = ["eth0", "usb0"]
137
 ifaces_tun = [["tun0", "rthoni.com"], ["tun1", "inet"],
137
 ifaces_tun = [["tun0", "rthoni.com"], ["tun1", "inet"],
138
         ["tun2", "betaclean"]]
138
         ["tun2", "betaclean"]]
139
 
139
 

Loading…
Cancel
Save