home: wm: i3bar: show microphone status
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
23c4256769
commit
ed24bebc04
|
@ -66,6 +66,11 @@ in
|
||||||
block = "temperature";
|
block = "temperature";
|
||||||
collapsed = false;
|
collapsed = false;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
block = "sound";
|
||||||
|
device_kind = "source"; # Microphone status
|
||||||
|
format = ""; # Only show icon
|
||||||
|
}
|
||||||
{
|
{
|
||||||
block = "sound";
|
block = "sound";
|
||||||
show_volume_when_muted = true;
|
show_volume_when_muted = true;
|
||||||
|
|
Loading…
Reference in a new issue