|
|
@@ -34,7 +34,7 @@ final_space = true
|
|
|
|
|
|
[[blocks.segments]]
|
|
|
type = 'git'
|
|
|
- template = '{{ if not .Segments.Jujutsu.Enabled }} {{ url .UpstreamIcon .UpstreamURL }} {{ .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 }} {{ end }}'
|
|
|
+ template = ' {{ url .UpstreamIcon .UpstreamURL }} {{ .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 }} '
|
|
|
foreground = '#efdcf9'
|
|
|
background = '#2c1048'
|
|
|
style = 'powerline'
|
|
|
@@ -42,6 +42,7 @@ final_space = true
|
|
|
[blocks.segments.properties]
|
|
|
branch_icon = ''
|
|
|
branch_template = '{{ trunc 25 .Branch }}'
|
|
|
+ disable_with_jj = true
|
|
|
fetch_stash_count = true
|
|
|
fetch_status = true
|
|
|
fetch_upstream_icon = true
|