Waybar: fix volume icons

This commit is contained in:
Filippo Berto 2025-03-29 14:13:05 +01:00
parent 330eb3e719
commit 3c3c0c25ec
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -157,20 +157,21 @@ in
}; };
"pulseaudio" = { "pulseaudio" = {
# "scroll-step"= 1; # %; can be a float # "scroll-step"= 1; # %; can be a float
"format" = "{volume}% {icon} {format_source}"; "format" = "{icon} {volume} {format_source}";
"format-bluetooth" = "{volume}% {icon} {format_source}"; "format-muted" = "{icon} {format_source}";
"format-bluetooth-muted" = " {icon} {format_source}"; "format-bluetooth" = "{icon} {volume} {format_source}";
"format-muted" = " {format_source}"; "format-bluetooth-muted" = "{icon} {format_source}";
"format-source" = "{volume}% "; "format-source" = " {volume}";
"format-source-muted" = ""; "format-source-muted" = " ";
"format-icons" = { "format-icons" = {
"headphone" = ""; "headphone" = "󰋋";
"hands-free" = ""; "hands-free" = "󰋎";
"headset" = ""; "headset" = "󰋎";
"phone" = ""; "phone" = "";
"phone-muted" = "";
"portable" = ""; "portable" = "";
"car" = ""; "car" = "";
"default" = [ "" "" "" ]; "default" = [ "󰕿" "󰖀" "󰕾" ];
}; };
"on-click" = "${pkgs.pavucontrol}/bin/pavucontrol"; "on-click" = "${pkgs.pavucontrol}/bin/pavucontrol";