From 8788deac5eeb873d2a8443768af9a671f980a22f Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 3 May 2021 20:41:03 +0200 Subject: [PATCH] home: wm: i3bar: extend width of music block --- home/wm/i3bar.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/wm/i3bar.nix b/home/wm/i3bar.nix index 7e3625c..b763b86 100644 --- a/home/wm/i3bar.nix +++ b/home/wm/i3bar.nix @@ -18,6 +18,7 @@ in { block = "music"; buttons = [ "prev" "play" "next" ]; + max_width = 50; hide_when_empty = true; } {