home: wm: i3bar: show microphone status

This commit is contained in:
Bruno BELANYI 2022-03-09 12:09:43 +01:00
parent 8d4a1e61b4
commit d103cbbb0e

View file

@ -66,6 +66,11 @@ in
block = "temperature";
collapsed = false;
}
{
block = "sound";
device_kind = "source"; # Microphone status
format = ""; # Only show icon
}
{
block = "sound";
show_volume_when_muted = true;