diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-17 12:17:00 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-17 12:17:00 +0100 |
commit | 5bb455ead775083d18ee93b242f96764be5cc363 (patch) | |
tree | 710758a362c946f4a89776b681a139a60dfb3daf /bin/guiscripts/slmpd | |
parent | 01f8db576bc7263a81e989780796e7939a772f9e (diff) |
don't show artist on slmpd
Diffstat (limited to 'bin/guiscripts/slmpd')
-rwxr-xr-x | bin/guiscripts/slmpd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/guiscripts/slmpd b/bin/guiscripts/slmpd index 1e573ac..96d9cd1 100755 --- a/bin/guiscripts/slmpd +++ b/bin/guiscripts/slmpd @@ -2,5 +2,5 @@ if mpc > /dev/null 2>&1 then test "`mpc status %totaltime%`" = "0:00" || - echo -n "$(mpc status "%currenttime%/%totaltime%") $(mpc current)" + echo -n " $(mpc status "%currenttime%/%totaltime%") $(mpc -f "[[%title%]|%file%]" | head -n -2) " fi |