theme(montys): add space to status template

This commit is contained in:
Yash Mistry 2024-05-13 02:29:01 -04:00 committed by GitHub
parent f94b607106
commit 6177afd423
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,7 +81,7 @@
"always_enabled": true
},
"style": "diamond",
"template": " {{ if gt .Code 0 }}\uf421{{ else }}\uf469{{ end }}",
"template": " {{ if gt .Code 0 }}\uf421{{ else }}\uf469{{ end }} ",
"trailing_diamond": "\ue0b4",
"type": "status"
}