waybar: fixed icons inconsistencies

This commit is contained in:
Aly Raffauf 2024-03-24 04:10:33 -04:00
parent 535e9bd386
commit f83e25fa00

View file

@ -79,10 +79,10 @@
"clock" = {
"tooltip-format" = "{:%Y-%m-%d | %H:%M}";
"interval" = 60;
"format" = "󰥔 {:%I:%M%p}";
"format" = "󰅐 {:%I:%M%p}";
};
"battery" = {
"format" = " {capacity}%";
"format" = "󰂎 {capacity}%";
"on-click" = "pp-adjuster";
};
"bluetooth" = {
@ -99,17 +99,17 @@
"format-bluetooth" = "{volume}% {icon}󰂯";
"format-muted" = "";
"format-icons"= {
"headphones" = "";
"handsfree" = "";
"headset" = "";
"headphones" = "󰋋";
"handsfree" = "󰋎";
"headset" = "󰋎";
};
"on-click" = "pavucontrol";
};
"network" = {
"format-wifi" = " {signalStrength}%";
"format-wifi" = "󰣾 {signalStrength}%";
"format-disconnected" = "";
"tooltip-format" = "{ifname} via {gwaddr} 󰊗";
"tooltip-format-wifi" = "{essid} ({signalStrength}%) ";
"tooltip-format-wifi" = "{essid} ({signalStrength}%) 󰣾";
"tooltip-format-ethernet" = "{ifname} ";
"tooltip-format-disconnected" = "Disconnected";
"on-click" = "alacritty -e nmtui";