From 6177afd4236044e436d025145f375e9c241e002c Mon Sep 17 00:00:00 2001 From: Yash Mistry Date: Mon, 13 May 2024 02:29:01 -0400 Subject: [PATCH] theme(montys): add space to status template --- themes/montys.omp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/montys.omp.json b/themes/montys.omp.json index fd11aa23..fcb5fd5a 100644 --- a/themes/montys.omp.json +++ b/themes/montys.omp.json @@ -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" }