From 12b8cadfc26b6310d0b1efb40dadaa7ee0cc28b3 Mon Sep 17 00:00:00 2001 From: Breizh Date: Sat, 13 Aug 2022 01:17:28 +0200 Subject: [PATCH] Fix i3blocks/mpd --- .i3blocks/mpd | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.i3blocks/mpd b/.i3blocks/mpd index dc22701..be943d2 100755 --- a/.i3blocks/mpd +++ b/.i3blocks/mpd @@ -168,6 +168,11 @@ do time="[$(human_time ${time_elapsed}) $(human_time ${time_left}) $(human_time ${time_total})]" + bloc1="${bloc1//&/&}" + bloc2="${bloc2//&/&}" + bloc3="${bloc3//&/&}" + bloc4="${bloc4//&/&}" + # DEBUG printf '%s%s%s%s%s\n' "$bloc1" "$bloc2" "$bloc3" "$bloc4" " $status$time" done