starship: tweak status module format

This commit is contained in:
surtur 2022-08-16 14:57:29 +02:00
parent 6f75f4e339
commit 17845d3111
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -188,7 +188,10 @@ disabled = false
style = "red" style = "red"
map_symbol = false map_symbol = false
symbol = "\\(╯°□°)╯︵ ┻━┻" symbol = "\\(╯°□°)╯︵ ┻━┻"
format = "(bg:$stylefg:#4169e1)[$symbol $status](bg:$style)(fg:$style) " # pure unicode version
# format = "(bg:$stylefg:#4169e1)[$symbol $status](bg:$style)(fg:$style) "
# certain symbols of the following rely on nerdfonts
format = "[](fg:$style)[$symbol ](bg:$style)[\ue0b8 $status \ue0ba\ue0b4](bold $style) "
# ref: # ref:
# https://github.com/starship/starship/discussions/1107#discussioncomment-345147 # https://github.com/starship/starship/discussions/1107#discussioncomment-345147