From dbc808ce50117d264d366a116292c989ff28dbb5 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 3 Feb 2022 11:40:24 +0100 Subject: [PATCH] home: wm: i3bar: show volume when muted --- home/wm/i3bar/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/wm/i3bar/default.nix b/home/wm/i3bar/default.nix index 664f11c..a89c6bc 100644 --- a/home/wm/i3bar/default.nix +++ b/home/wm/i3bar/default.nix @@ -68,6 +68,7 @@ in } { block = "sound"; + show_volume_when_muted = true; } { block = "time";