diff --git a/starship.toml b/starship.toml index e86f29b..cc59b1b 100644 --- a/starship.toml +++ b/starship.toml @@ -5,8 +5,8 @@ format = '${custom.toolbox}${custom.localhost}[](bold fg:#XXXXXX bg:#444444)$ [directory] format = "[$read_only]($read_only_style)[$path ]($style)[](fg:#444444 bg:#XXXXXX)" style = "fg:bright-white bg:#444444" -read_only = '' -read_only_style = "bold fg:bright-red bg:#444444" +read_only = ' ' +read_only_style = "bold fg:red bg:#444444" truncation_symbol = ' ' home_symbol = '' [directory.substitutions] @@ -34,8 +34,8 @@ format = '([](bold fg:#XXXXXX bg:#f4862c)[$all_status$ahead_behind]($style)[ [python] style = 'bold bg:#fcf52a fg:black' -symbol = '' -format = '[](bold fg:#XXXXXX bg:#fcf52a)[$symbol( $virtualenv)]($style)[](bold bg:#XXXXXX fg:#fcf52a)' +symbol = '' +format = '([](bold fg:#XXXXXX bg:#fcf52a)[$virtualenv]($style)[](bold bg:#XXXXXX fg:#fcf52a))' [custom.toolbox] style = "bold bg:#XXXXXX fg:bright-white"