Fix trailing diamond having the space removed
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
0cddfac51a
commit
18b8cc0d57
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ blocks:
|
||||||
- type: time
|
- type: time
|
||||||
style: diamond
|
style: diamond
|
||||||
leading_diamond: &ld '<#666>[</> '
|
leading_diamond: &ld '<#666>[</> '
|
||||||
trailing_diamond: &td ' <#666>]</>'
|
trailing_diamond: &td '<#666> ]</>'
|
||||||
foreground: p:white
|
foreground: p:white
|
||||||
template: '{{ .CurrentDate | date "15:04:05" }}'
|
template: '{{ .CurrentDate | date "15:04:05" }}'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue