浏览代码

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):

正在加载...
取消
保存