fix(wm): replace missing waybar icons, replace eth icons

This commit is contained in:
EinEtwas 2024-10-27 15:07:41 +01:00
parent 33c81fbc49
commit db14d4d6d5
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0

View file

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