diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-19 23:05:52 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-19 23:05:52 +0100 |
commit | 4fe3d6dfd2e4a2884670a03e8ef999033a79de66 (patch) | |
tree | 77cdcb32487ef769a3bdf82255016005335b1c30 /bin/guiscripts | |
parent | c130f7285f250077336d0930898dbbeddb00b9f7 (diff) | |
parent | d9ababa442b5d02414e100f7de1f574e5616125d (diff) |
Merge remote-tracking branch 'refs/remotes/origin/main'
Diffstat (limited to 'bin/guiscripts')
-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 |