Explorar el Código

i3 icon

master
Robin Thoni hace 8 años
padre
commit
a821bd4536
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      i3/i3/status/status.py

+ 1
- 1
i3/i3/status/status.py Ver fichero

@@ -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…
Cancelar
Guardar