changed something

This commit is contained in:
pika 2024-08-17 22:40:34 +02:00
parent 2a2179bb38
commit b23013157f

View file

@ -48,7 +48,7 @@ style = "plain"
foreground = "#193549" foreground = "#193549"
background = "transparent" background = "transparent"
foreground_templates = [ foreground_templates = [
"{{ if or (.Working.Changed) (.Staging.Changed) }}#a7364d{{else}}#1ea54c{{end}}", "{{ if or (.Working.Changed) (.Staging.Changed) }}#a7364d{{else}}#1ea54c{{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 }}" 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 }}"
@ -57,6 +57,7 @@ fetch_status = true
fetch_upstream_icon = true fetch_upstream_icon = true
source = "cli" source = "cli"
[properties.mapped_branches] [properties.mapped_branches]
"feat/*" = "🚀 " "feat/*" = "🚀 "
"bug/*" = "🐛 " "bug/*" = "🐛 "