From 8432f7d61ca113f74aa26772037d1e44dacc5dba Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Thu, 26 Sep 2024 10:47:09 +0200 Subject: [PATCH] add max length to music --- home-manager/i3.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/i3.nix b/home-manager/i3.nix index 5e56f98..8066e82 100644 --- a/home-manager/i3.nix +++ b/home-manager/i3.nix @@ -192,6 +192,7 @@ in { "module/music" = { type = "custom/script"; exec = "~/.config/polybar/player-mpris-simple.sh"; + label = "%output:0:35:...%"; interval = 3; "click-left" = "playerctl previous &"; "click-right" = "playerctl next &";