changed something
This commit is contained in:
parent
2a2179bb38
commit
b23013157f
1 changed files with 2 additions and 1 deletions
|
@ -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/*" = "🐛 "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue