From 87d96b812ac3763c3cb611976bcee177dac3cdbd Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sun, 12 Oct 2025 14:48:53 +0100 Subject: Remove mpd song duration from yambar --- dot-config/yambar/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot-config') diff --git a/dot-config/yambar/config.yml b/dot-config/yambar/config.yml index 7e7ac9b..54d4e41 100755 --- a/dot-config/yambar/config.yml +++ b/dot-config/yambar/config.yml @@ -266,7 +266,7 @@ mpd: &mpd wheel-down: mpc prev conditions: state == playing: - string: {text: "{artist} - {title} [{pos}/{end}] "} + string: {text: "{artist} - {title} "} state == paused: string: {text: "{artist} - {title} ", foreground: *fgdim} state == stopped: -- cgit