minor tweaks
This commit is contained in:
parent
863b15e50b
commit
75ae6ef85b
1 changed files with 2 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue