From c6ebb9d45fd4fe8bbe32edab507b7ed669e0a82f Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 5 Apr 2021 20:38:25 +0000 Subject: [PATCH] home: wm: i3bar: hide music block when not playing --- home/wm/i3bar.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/wm/i3bar.nix b/home/wm/i3bar.nix index 9d7a4f9..186a863 100644 --- a/home/wm/i3bar.nix +++ b/home/wm/i3bar.nix @@ -18,6 +18,7 @@ in { block = "music"; buttons = [ "prev" "play" "next" ]; + hide_when_empty = true; } { block = "cpu";