瀏覽代碼

i3 icon

master
Robin Thoni 8 年之前
父節點
當前提交
a821bd4536
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      i3/i3/status/status.py

+ 1
- 1
i3/i3/status/status.py 查看文件

@@ -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…
取消
儲存