From d103cbbb0e4313d01353bfd54edcfc30520b1785 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 9 Mar 2022 12:09:43 +0100 Subject: [PATCH] home: wm: i3bar: show microphone status --- home/wm/i3bar/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/wm/i3bar/default.nix b/home/wm/i3bar/default.nix index a89c6bc..a330134 100644 --- a/home/wm/i3bar/default.nix +++ b/home/wm/i3bar/default.nix @@ -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;