spacing
This commit is contained in:
parent
e2ce670384
commit
a17fa11ae4
1 changed files with 3 additions and 2 deletions
|
@ -33,8 +33,9 @@ blocks:
|
|||
style: plain
|
||||
foreground: "p:rosewater"
|
||||
template: >
|
||||
{{ if .Error }}{{ .Error }}{{ else }}{{ if .Version }}
|
||||
{{.Version}}{{ end }}{{ if .Name }}{{ .Name }} {{ end }}{{ end -}}
|
||||
{{ if .Error }} {{ .Error }}{{ else -}}
|
||||
{{ if .Version }} {{.Version}}{{ end -}}
|
||||
{{ if .Name }} {{ .Name }} {{ end }}{{ end -}}
|
||||
- type: git
|
||||
foreground: magenta
|
||||
properties:
|
||||
|
|
Loading…
Reference in a new issue