From 5bb455ead775083d18ee93b242f96764be5cc363 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Fri, 17 Mar 2023 12:17:00 +0100 Subject: don't show artist on slmpd --- bin/guiscripts/slmpd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3