diff --git a/.config/starship.toml b/.config/starship.toml index be05d2a..47016a2 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -8,8 +8,8 @@ disabled = true [character] # The name of the module we are configuring is "character" -success_symbol = "[◤](#444444)" # The "success_symbol" segment is being set to "➜" with the color "bold green" -error_symbol = "[◤](red)" # The "success_symbol" segment is being set to "➜" with the color "bold green" +success_symbol = "[](#444444)" # The "success_symbol" segment is being set to "➜" with the color "bold green" +error_symbol = "[](red)" # The "success_symbol" segment is being set to "➜" with the color "bold green" [username] style_user="bold green" @@ -44,7 +44,7 @@ format="[$symbol$version]($style) " disabled = false map_symbol = true style="bg:#444444 red" -format = "[◤](#444444 bg:red)[$symbol $status ](bg:red)" +format = "[](#444444 bg:red)[$symbol $status ](bg:red)" [time] disabled = false