|
|
|
@ -13,14 +13,12 @@ format = """\
|
|
|
|
|
"""
|
|
|
|
|
|
|
|
|
|
[username]
|
|
|
|
|
disabled = false
|
|
|
|
|
show_always = true
|
|
|
|
|
style = "green"
|
|
|
|
|
style_user = "green"
|
|
|
|
|
format = "[$user]($style) "
|
|
|
|
|
|
|
|
|
|
[hostname]
|
|
|
|
|
disable = false
|
|
|
|
|
ssh_only = false
|
|
|
|
|
style = "blue"
|
|
|
|
|
format = "[$hostname]($style) "
|
|
|
|
@ -48,11 +46,13 @@ style = "purple"
|
|
|
|
|
time_format = "%F %I:%M%p"
|
|
|
|
|
format = "[$time]($style)"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[cmd_duration]
|
|
|
|
|
min_time = 0
|
|
|
|
|
style = "black bold"
|
|
|
|
|
format = "[$duration]($style) "
|
|
|
|
|
|
|
|
|
|
[character]
|
|
|
|
|
success_symbol = "λ"
|
|
|
|
|
style_success = ""
|
|
|
|
|
error_symbol = "☠"
|
|
|
|
|
error_symbol = "[☠](red)"
|
|
|
|
|