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 = {
scroll-step = 5;
format = "{volume}% {icon}";
format-muted = "󰸈";
format-icons = {
default = [ "" "" "" ];
};
format = "{volume}%{icon}{format_source}";
format-muted = "󰸈{format_source}";
# format-icons = {
# default = [ " " " " " " ];
# };
format-source = "";
format-source-muted = " 󰍭";
on-click-right = "pactl set-sink-mute @DEFAULT_SINK@ toggle";
on-click-middle = "swayscript sound_output_cycle";
on-click = "pavucontrol";