From 7f93040bc0bcf54b347ee22db5116dd486df3d51 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 18 Jan 2024 11:15:44 -0600 Subject: [PATCH] getting rid of bad icon --- home/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index c6925a7..3a69a15 100644 --- a/home/home.nix +++ b/home/home.nix @@ -356,7 +356,7 @@ in # "interface": "wlp2*", // (Optional) To force the use of this interface format-wifi = " ({signalStrength}%)"; format-ethernet = "󰈀 {ipaddr}"; - format-linked = "{ifname} (No IP) "; + format-linked = "{ifname} (No IP)"; format-disconnected = "Disconnected "; format-alt = "{ifname}: {essid} {ipaddr}/{cidr}"; };