diff options
| author | Blake Romero <blake@developercraft.com> | 2025-10-12 14:48:53 +0100 |
|---|---|---|
| committer | Blake Romero <blake@developercraft.com> | 2025-10-12 14:48:53 +0100 |
| commit | 87d96b812ac3763c3cb611976bcee177dac3cdbd (patch) | |
| tree | a796391a0ed0d9b6bf2fbad7f3e4aff0404c9614 /dot-config/yambar/config.yml | |
| parent | 7fb29cec50d1955efe59449324c6e9f4cdb76106 (diff) | |
Remove mpd song duration from yambar
Diffstat (limited to 'dot-config/yambar/config.yml')
| -rwxr-xr-x | dot-config/yambar/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
