Waybar: icons

This commit is contained in:
Filippo Berto 2025-04-01 09:41:10 +02:00
parent 3e2a6e7f0a
commit 157f55da1d
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

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