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