getting rid of bad icon

This commit is contained in:
Chris Cochrun 2024-01-18 11:15:44 -06:00
parent d503ddf530
commit 7f93040bc0

View file

@ -356,7 +356,7 @@ in
# "interface": "wlp2*", // (Optional) To force the use of this interface # "interface": "wlp2*", // (Optional) To force the use of this interface
format-wifi = " ({signalStrength}%)"; format-wifi = " ({signalStrength}%)";
format-ethernet = "󰈀 {ipaddr}"; format-ethernet = "󰈀 {ipaddr}";
format-linked = "{ifname} (No IP) "; format-linked = "{ifname} (No IP)";
format-disconnected = "Disconnected "; format-disconnected = "Disconnected ";
format-alt = "{ifname}: {essid} {ipaddr}/{cidr}"; format-alt = "{ifname}: {essid} {ipaddr}/{cidr}";
}; };