Fix i3blocks/mpd
This commit is contained in:
parent
c068d09bbe
commit
2384a31bba
1 changed files with 5 additions and 0 deletions
|
@ -168,6 +168,11 @@ do
|
||||||
|
|
||||||
time="[$(human_time ${time_elapsed}) $(human_time ${time_left}) $(human_time ${time_total})]"
|
time="[$(human_time ${time_elapsed}) $(human_time ${time_left}) $(human_time ${time_total})]"
|
||||||
|
|
||||||
|
bloc1="${bloc1//&/&}"
|
||||||
|
bloc2="${bloc2//&/&}"
|
||||||
|
bloc3="${bloc3//&/&}"
|
||||||
|
bloc4="${bloc4//&/&}"
|
||||||
|
|
||||||
# DEBUG
|
# DEBUG
|
||||||
printf '<b>%s</b>%s<b>%s</b>%s%s\n' "$bloc1" "$bloc2" "$bloc3" "$bloc4" " $status$time</span>"
|
printf '<b>%s</b>%s<b>%s</b>%s%s\n' "$bloc1" "$bloc2" "$bloc3" "$bloc4" " $status$time</span>"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue