diff --git a/sim-web.toml b/sim-web.toml index 705f3ba..827f636 100644 --- a/sim-web.toml +++ b/sim-web.toml @@ -57,7 +57,11 @@ foreground_templates = [ "{{ if gt .Ahead 0 }}#e3dd47{{ end }}", "{{ if gt .Behind 0 }}#1e62a5{{ 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 }} <#1ea54c>{{ if gt .Behind 0 }}⇣{{ end }}{{ if gt .Ahead 0 }}⇡{{ end }})' + + [blocks.segments.properties] +fetch_status = true +branch_icon = " " [[blocks]] alignment = "left"