diff --git a/.i3blocks/mpd b/.i3blocks/mpd index f5eff3a..ea3071c 100755 --- a/.i3blocks/mpd +++ b/.i3blocks/mpd @@ -44,7 +44,7 @@ human_time() { echo "status" >&"$IN" while read -t 0.1 -u "$OUT" output do - [[ "$output" =~ : ]] && o[${output%%:*}]="${output##*: }" + [[ "$output" =~ : ]] && o[${output%%:*}]="${output#*: }" done # Boucle principale @@ -85,7 +85,7 @@ do echo "currentsong" >&"$IN" || self-reset while read -t 0.1 -u "$OUT" output do - [[ "$output" =~ : ]] && o[${output%%:*}]="${output##*: }" + [[ "$output" =~ : ]] && o[${output%%:*}]="${output#*: }" done # Choix des couleurs selon l’état