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";