From 5bba098e1e375707c76f6c76efd5f213de1f9e9a Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Fri, 1 Nov 2024 00:17:25 +0100 Subject: [PATCH] Better colors in VCS status. --- config/omp/omp.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/omp/omp.toml b/config/omp/omp.toml index ae6dcf2..89076fe 100644 --- a/config/omp/omp.toml +++ b/config/omp/omp.toml @@ -43,7 +43,7 @@ alignment = 'left' style = 'plain' background = 'transparent' foreground = '246' - template = '{{ .HEAD }}{{ if or (.Working.Changed) (.Staging.Changed) }}*{{ end }} {{ if gt .Behind 0 }}⇣{{ end }}{{ if gt .Ahead 0 }}⇡{{ end }}{{ if gt .StashCount 0 }}≡ {{ end }}' + template = '{{ .HEAD }}{{ if or (.Working.Changed) (.Staging.Changed) }}*{{ end }} {{ if gt .Behind 0 }}⇣{{ end }}{{ if gt .Ahead 0 }}⇡{{ end }}{{ if gt .StashCount 0 }}≡ {{ end }}' [blocks.segments.properties] branch_icon = ' '