Fix trailing diamond having the space removed

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-05-08 16:58:51 +02:00
parent 0cddfac51a
commit 18b8cc0d57
Signed by: luzifer
GPG Key ID: D91C3E91E4CAD6F5

View File

@ -6,7 +6,7 @@ blocks:
- type: time
style: diamond
leading_diamond: &ld '<#666>[</> '
trailing_diamond: &td ' <#666>]</>'
trailing_diamond: &td '<#666> ]</>'
foreground: p:white
template: '{{ .CurrentDate | date "15:04:05" }}'