From c55708ab54682ebde8dcd40333df08918aa1f73a Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 16 Oct 2021 17:59:18 +0200 Subject: [PATCH] home: wm: i3bar: use dynamic width on music block --- 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 62d0d7b..61df862 100644 --- a/home/wm/i3bar/default.nix +++ b/home/wm/i3bar/default.nix @@ -22,6 +22,7 @@ in block = "music"; buttons = [ "prev" "play" "next" ]; max_width = 50; + dynamic_width = true; hide_when_empty = true; } {