fix white on root

This commit is contained in:
pika 2025-03-21 21:10:55 +01:00
parent 9af21c1bc3
commit 863b15e50b

View file

@ -23,6 +23,7 @@ type = "prompt"
style = "diamond" style = "diamond"
type = "session" type = "session"
template = '{{ .UserName }}{{if .SSHSession }}@{{ .HostName }}{{ end }}' template = '{{ .UserName }}{{if .SSHSession }}@{{ .HostName }}{{ end }}'
foreground_templates = ['{{if .SSHSession }}#e4e4e4{{end}}']
background_templates = ['{{if .SSHSession }}#522a27{{end}}'] background_templates = ['{{if .SSHSession }}#522a27{{end}}']
# template = " {{ if .WSL }}WSL󰁥 {{ end }}{{.Icon}} " # template = " {{ if .WSL }}WSL󰁥 {{ end }}{{.Icon}} "