From 97aee863af9d045a59cfdb2493b4d11ef6fd23a4 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Wed, 15 Mar 2023 19:25:03 +0100 Subject: [PATCH] Make i3status-rs music block have a static width --- modules/graphical/sway/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/graphical/sway/default.nix b/modules/graphical/sway/default.nix index c9817836..5e1cac6d 100644 --- a/modules/graphical/sway/default.nix +++ b/modules/graphical/sway/default.nix @@ -104,7 +104,7 @@ in { block = "music"; player = "firefox"; - format = " $icon $combo.str(max_w:40) $play $next |"; + format = " $icon $combo.str(w:40) $play $next |"; } { block = "sound";