Browse Source

i3 icon

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

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

@@ -124,7 +124,7 @@ status.register(NetworkTraffic,
124 124
 status.register(Ping,
125 125
                 color=g_color_good,
126 126
                 color_down=g_color_alert,
127
-                format="\uf368 {ping:03.0f} ms",
127
+                format="\uf07d {ping:03.0f} ms",
128 128
                 format_down="\uf368 ∞ ms")
129 129
 
130 130
 def get_iface_param(iface):

Loading…
Cancel
Save