mirror of https://git.jolheiser.com/dotnix.git
parent
6c8805112c
commit
964e9f5327
|
@ -59,17 +59,6 @@
|
||||||
"template": " {{ if .UpstreamURL }}{{ url .UpstreamIcon .UpstreamURL }} {{ end }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }} ",
|
"template": " {{ if .UpstreamURL }}{{ url .UpstreamIcon .UpstreamURL }} {{ end }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }} ",
|
||||||
"type": "git"
|
"type": "git"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"background": "p:yellow",
|
|
||||||
"foreground": "p:black",
|
|
||||||
"powerline_symbol": "\ue0b0",
|
|
||||||
"properties": {
|
|
||||||
"root_icon": "\uf0ad"
|
|
||||||
},
|
|
||||||
"style": "powerline",
|
|
||||||
"template": " \uf0e7 ",
|
|
||||||
"type": "root"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"background": "p:blue",
|
"background": "p:blue",
|
||||||
"background_templates": [
|
"background_templates": [
|
||||||
|
@ -89,7 +78,7 @@
|
||||||
"type": "prompt"
|
"type": "prompt"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"console_title_template": "{{ .Shell }} in {{ .Folder }}",
|
"console_title_template": "{{ .Folder }}",
|
||||||
"final_space": true,
|
"final_space": true,
|
||||||
"palette": {
|
"palette": {
|
||||||
"black": "#1E1E1E",
|
"black": "#1E1E1E",
|
||||||
|
|
Loading…
Reference in New Issue