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,15 +125,15 @@ status.register(Ping,
125 125
                 color=g_color_good,
126 126
                 color_down=g_color_alert,
127 127
                 format="\uf07d {ping:03.0f} ms",
128
-                format_down="\uf368 ∞ ms")
128
+                format_down="\uf07d 000 ms")
129 129
 
130 130
 def get_iface_param(iface):
131 131
     if isinstance(iface, list):
132 132
         return iface[0], iface[1]
133 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 137
 ifaces_tun = [["tun0", "rthoni.com"], ["tun1", "inet"],
138 138
         ["tun2", "betaclean"]]
139 139
 

Loading…
Cancel
Save