home: wm: i3bar: show microphone status
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bruno BELANYI 2022-03-09 12:09:43 +01:00
parent 23c4256769
commit ed24bebc04

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;