diff --git a/dotfiles/starship/starship.toml b/dotfiles/starship/starship.toml index 3e5f6fb..ecaf046 100644 --- a/dotfiles/starship/starship.toml +++ b/dotfiles/starship/starship.toml @@ -78,10 +78,16 @@ symbol = "ﳒ" powershell_indicator = ">_" disabled = false +[status] +format = "[\\[$symbol$status\\]]($style) " +symbol = "" +style = "bg:red" +disabled = false + [sudo] disabled = false [time] format = "at [$time]($style) " style = "bold yellow bg:gray" -disabled = false \ No newline at end of file +disabled = false