fix(waybar): replace muted icon

This commit is contained in:
lightly-toasted 2025-08-09 21:04:31 +09:00
parent ae46f5cc34
commit def6444911

View file

@ -47,8 +47,8 @@
pulseaudio = { pulseaudio = {
format = "{volume}% {format_source}"; format = "{volume}% {format_source}";
format-bluetooth = "{volume}% {format_source}"; format-bluetooth = "{volume}% {format_source}";
format-bluetooth-muted = " {format_source}"; format-bluetooth-muted = " {format_source}";
format-muted = " {format_source}"; format-muted = " {format_source}";
format-source = "{volume}% "; format-source = "{volume}% ";
format-source-muted = ""; format-source-muted = "";
on-click = "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"; on-click = "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle";