From db14d4d6d5e807bb2eb4a03450e88a9567fd76ad Mon Sep 17 00:00:00 2001 From: EinEtwas Date: Sun, 27 Oct 2024 15:07:41 +0100 Subject: [PATCH] fix(wm): replace missing waybar icons, replace eth icons --- home/wm/waybar/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/home/wm/waybar/default.nix b/home/wm/waybar/default.nix index d8dcc18..7be4055 100644 --- a/home/wm/waybar/default.nix +++ b/home/wm/waybar/default.nix @@ -46,12 +46,12 @@ "pulseaudio" = { format = "{volume}% {icon}"; - format-bluetooth = "{volume}% {icon}"; + format-bluetooth = "{volume}% {icon} "; format-muted = ""; format-icons = { headphone = ""; - hands-free = ""; - headset = ""; + hands-free = ""; + headset = " "; phone = ""; portable = ""; car = ""; @@ -76,9 +76,9 @@ network = { format = "{ifname}"; format-wifi = "{essid} ({signalStrength}%) "; - format-ethernet = "{ipaddr}/{cidr} 󰊗"; + format-ethernet = "{ipaddr}/{cidr} "; format-disconnected = "󰤮"; - tooltip-format = "{ifname} via {gwaddr} 󰊗"; + tooltip-format = "{ifname} via {gwaddr} "; tooltip-format-wifi = "{essid} ({signalStrength}%) "; tooltip-format-ethernet = "{ifname} "; tooltip-format-disconnected = "Disconnected";