Waybar : Add mic indicator.

This commit is contained in:
Dmitry Voronin 2024-09-03 15:59:39 +03:00
parent 021c298d46
commit 666bf561bd
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -83,11 +83,13 @@ in {
}; };
pulseaudio = { pulseaudio = {
scroll-step = 5; scroll-step = 5;
format = "{volume}% {icon}"; format = "{volume}%{icon}{format_source}";
format-muted = "󰸈"; format-muted = "󰸈{format_source}";
format-icons = { # format-icons = {
default = [ "" "" "" ]; # default = [ " " " " " " ];
}; # };
format-source = "";
format-source-muted = " 󰍭";
on-click-right = "pactl set-sink-mute @DEFAULT_SINK@ toggle"; on-click-right = "pactl set-sink-mute @DEFAULT_SINK@ toggle";
on-click-middle = "swayscript sound_output_cycle"; on-click-middle = "swayscript sound_output_cycle";
on-click = "pavucontrol"; on-click = "pavucontrol";