|
@@ -20,10 +20,11 @@ final_space = true
|
|
|
style = 'diamond'
|
|
style = 'diamond'
|
|
|
|
|
|
|
|
[[blocks.segments]]
|
|
[[blocks.segments]]
|
|
|
- template = '{{ if .SSHSession }} {{ end }}{{ if .Root }}root {{ end }}{{ .HostName }}'
|
|
|
|
|
|
|
+ template = ' {{ if .SSHSession }} {{ .HostName }}{{ end }}{{ if .Root }} root{{ end }}'
|
|
|
foreground = '#efdcf9'
|
|
foreground = '#efdcf9'
|
|
|
- foreground_templates = ['{{ if .Root }}#ff3c3c{{ end }}']
|
|
|
|
|
|
|
+ foreground_templates = ['{{ if .Root }}#ff3c3c{{ end }}', '{{ if .SSHSession }}#0e050f{{ end }}']
|
|
|
background = '#0e050f'
|
|
background = '#0e050f'
|
|
|
|
|
+ background_templates = ['{{ if and (not .Root) .SSHSession }}#a060e3{{ end }}']
|
|
|
type = 'session'
|
|
type = 'session'
|
|
|
style = 'diamond'
|
|
style = 'diamond'
|
|
|
|
|
|
|
@@ -36,7 +37,7 @@ final_space = true
|
|
|
powerline_symbol = ''
|
|
powerline_symbol = ''
|
|
|
[blocks.segments.properties]
|
|
[blocks.segments.properties]
|
|
|
style = 'mixed'
|
|
style = 'mixed'
|
|
|
- mixed_threshold = 16
|
|
|
|
|
|
|
+ mixed_threshold = 16
|
|
|
folder_icon = ''
|
|
folder_icon = ''
|
|
|
display_root = true
|
|
display_root = true
|
|
|
|
|
|