minor tweaks

This commit is contained in:
pika 2025-03-21 21:27:49 +01:00
parent 863b15e50b
commit 75ae6ef85b

View file

@ -176,11 +176,12 @@ type = "prompt"
[[blocks.segments]]
background = "#000000"
background_templates = [ "{{ if gt .Code 0 }}#e04e29{{ end }}" ]
foreground_templates = [ "{{ if gt .Code 0 }}#0a0a0a{{ end }}" ]
foreground = "#629a55"
invert_powerline = true
powerline_symbol = ""
style = "powerline"
template = " {{ if gt .Code 0 }}{{ reason .Code }}{{ else }}{{ end }} "
template = " {{ if gt .Code 0 }}{{ reason .Code }}{{ else }}󰅏{{ end }} "
type = "status"
[blocks.segments.properties]