background_templates=['{{ if or (.Working.Changed) (.Staging.Changed) }}#FFEB3B{{ end }}','{{ if and (gt .Ahead 0) (gt .Behind 0) }}#FFA300{{ end }}','{{ if gt .Ahead 0 }}#FF7070{{ end }}','{{ if gt .Behind 0 }}#90F090{{ end }}']
template=' {{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} {{ .StashCount }}{{ end }} '
[blocks.segments.properties]
fetch_stash_count=true
fetch_status=true
fetch_upstream_icon=true
[[blocks.segments]]
type='status'
style='diamond'
foreground='#ffffff'
background='#2e9599'
background_templates=['{{ if gt .Code 0 }}#f1184c{{ end }}']