Waybar audio fix

This commit is contained in:
Aleksandr Lebedev 2025-07-19 20:45:35 +02:00
parent 78ceea830d
commit 2f3acd3454

View file

@ -113,11 +113,11 @@ ${builtins.readFile ./waybarstyle.css}'';
}; };
pulseaudio = { pulseaudio = {
format = "{icon} {volume}% {format_source}"; format = "{icon} {volume}% {format_source}";
format-bluetooth = "{icon} {volume}% {format_source}"; format-bluetooth = "{icon} {volume}% {format_source}";
format-bluetooth-muted = " {icon} {format_source}"; format-bluetooth-muted = " {format_source}";
format-icons = { format-icons = {
car = ""; car = "";
default = [ "" "" "" ]; default = [ " " " " " " ];
handsfree = ""; handsfree = "";
headphones = ""; headphones = "";
headset = ""; headset = "";