omp styling

This commit is contained in:
Daylin Morgan 2024-06-13 16:22:05 -05:00
parent 4894ea6588
commit 13cd20ea1d
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -54,10 +54,10 @@ blocks:
newline: true newline: true
segments: segments:
- type: path - type: path
style: plain
foreground: 'cyan' foreground: 'cyan'
properties: properties:
style: full style: unique
style: plain
template:  {{ .Path }} template:  {{ .Path }}
- type: prompt - type: prompt
alignment: right alignment: right
@ -80,7 +80,7 @@ blocks:
style: plain style: plain
foreground: darkGray foreground: darkGray
template: > template: >
{{ if .SSHSession }} {{ .UserName}}@{{ .HostName }}{{ end }} {{ if .SSHSession }} {{ .HostName }}{{ end }}
- type: prompt - type: prompt
alignment: left alignment: left
newline: true newline: true