Fix: Widget needs to have trailing newline
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
96458fdfe0
commit
7ae4452d3b
1 changed files with 1 additions and 1 deletions
|
@ -21,4 +21,4 @@ display_num=""
|
||||||
display_num=" ${count}"
|
display_num=" ${count}"
|
||||||
}
|
}
|
||||||
|
|
||||||
printf '<span color="%s">\ue709%s</span>' "${color}" "${display_num}"
|
printf '<span color="%s">\ue709%s</span>\n' "${color}" "${display_num}"
|
||||||
|
|
Loading…
Reference in a new issue