From 17845d3111f9802456cecde2233838c0d4ebb214 Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 16 Aug 2022 14:57:29 +0200 Subject: [PATCH] starship: tweak status module format --- .config/starship.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/starship.toml b/.config/starship.toml index c748f43..407c611 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -188,7 +188,10 @@ disabled = false style = "red" map_symbol = false 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: # https://github.com/starship/starship/discussions/1107#discussioncomment-345147