From a27f60a34469cf9979b7cb0c6d88aba73752a29f Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 17 Aug 2024 23:16:40 +0200 Subject: [PATCH] more git stuff --- amro.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amro.toml b/amro.toml index 770efc3..cb4bd92 100644 --- a/amro.toml +++ b/amro.toml @@ -65,7 +65,7 @@ foreground_templates = [ "{{ if gt .Ahead 0 }}p:terminal-yellow{{ end }}", "{{ if gt .Behind 0 }}p:celeste-blue{{ end }}" ] -template = ' {{ .HEAD }}{{ if or (.Working.Changed) (.Staging.Changed) }}*{{ end }} {{ if gt .Behind 0 }}⇣{{ end }}{{ if gt .Ahead 0 }}⇡{{ end }}' +template = '({{ .HEAD }}{{ if or (.Working.Changed) (.Staging.Changed) }}*{{ end }} {{ if gt .Behind 0 }}⇣{{ end }}{{ if gt .Ahead 0 }}⇡{{ end }})' [blocks.segments.properties] fetch_status = true