addet more red
This commit is contained in:
parent
e6b8b571ca
commit
425522ab72
1 changed files with 6 additions and 0 deletions
|
@ -36,11 +36,17 @@ template = " {{ .UserName }}"
|
||||||
type = "session"
|
type = "session"
|
||||||
[[blocks.segments]]
|
[[blocks.segments]]
|
||||||
foreground = "p:terminal-black"
|
foreground = "p:terminal-black"
|
||||||
|
foreground_templates = [
|
||||||
|
"{{if .SSHSession }}p:terminal-red{{end}}",
|
||||||
|
]
|
||||||
style = "plain"
|
style = "plain"
|
||||||
template = " "
|
template = " "
|
||||||
type = "text"
|
type = "text"
|
||||||
[[blocks.segments]]
|
[[blocks.segments]]
|
||||||
foreground = "p:terminal-magenta"
|
foreground = "p:terminal-magenta"
|
||||||
|
foreground_templates = [
|
||||||
|
"{{if .SSHSession }}p:terminal-red{{end}}",
|
||||||
|
]
|
||||||
style = "plain"
|
style = "plain"
|
||||||
template = " {{ .HostName }} "
|
template = " {{ .HostName }} "
|
||||||
type = "session"
|
type = "session"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue