From 016b2b784812f06288ad0d5494ab866203f8884b Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 23 Mar 2024 20:45:14 +0100 Subject: fix(hm/conf/yambar/scripts/mpd): Put a separator between title and time --- hm/soispha/conf/yambar/scripts/mpd_song_name.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm/soispha') diff --git a/hm/soispha/conf/yambar/scripts/mpd_song_name.sh b/hm/soispha/conf/yambar/scripts/mpd_song_name.sh index 0f2e1917..2e80476a 100755 --- a/hm/soispha/conf/yambar/scripts/mpd_song_name.sh +++ b/hm/soispha/conf/yambar/scripts/mpd_song_name.sh @@ -9,7 +9,7 @@ while true; do if [ "$state" = "playing" ]; then song="$(mpc --format '[[%artist% - ]%title%]|[%file%]' current)" echo "playing|bool|true" - echo "song|string|$song $(mpc status "%currenttime%/%totaltime%")" + echo "song|string|$song :: $(mpc status "%currenttime%/%totaltime%")" else echo "playing|bool|false" fi -- cgit 1.4.1