This commit is contained in:
pika 2024-08-18 00:49:49 +02:00
parent fb80425c24
commit afc9cfba98

View file

@ -38,7 +38,7 @@ type = "session"
[[blocks.segments]]
foreground = "p:terminal-black"
foreground_templates = [
"{{if .SSHSession }}p:terminal-red{{end}}",
"{{if .SSHSession }}p:cherry-red{{end}}",
]
style = "plain"
template = "󰁥 "
@ -59,9 +59,6 @@ type = "prompt"
[[blocks.segments]]
foreground = "p:blue-black"
foreground_templates = [
"{{if .SSHSession }}p:cherry-red{{end}}",
]
style = "plain"
template = " {{ .Path }} "
type = "path"