Browse Source

fixed icon

master
Robin Thoni 8 years ago
parent
commit
4563d93587
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

@@ -155,7 +155,7 @@ for iface in ifaces_wired:
155 155
                 interface=iface,
156 156
                 color_up=g_color_good,
157 157
                 format_down="\uf0e8 " + iface_name,
158
-                format_down_hide="\uffe8",
158
+                format_down_hide="\uf0e8",
159 159
                 format_up="\uf0e8 {v4}",
160 160
                 format_up_hide="\uf0e8 " + iface_name)
161 161
 

Loading…
Cancel
Save