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