Fix: Widget needs to have trailing newline

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-12-29 17:55:39 +01:00
parent 96458fdfe0
commit 7ae4452d3b
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -21,4 +21,4 @@ display_num=""
display_num=" ${count}"
}
printf '<span color="%s">\ue709%s</span>' "${color}" "${display_num}"
printf '<span color="%s">\ue709%s</span>\n' "${color}" "${display_num}"