From 02d7f3c525461fc5819a5887472b34d0b07b513f Mon Sep 17 00:00:00 2001 From: Kitty Fangs Date: Fri, 10 May 2024 17:35:37 +0000 Subject: [PATCH] feat: changed starship config --- home/.config/starship.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/home/.config/starship.toml b/home/.config/starship.toml index c2bb741..6fc1bf4 100644 --- a/home/.config/starship.toml +++ b/home/.config/starship.toml @@ -2,12 +2,12 @@ format = """ [](#47225e)\ $os\ $username\ -[](bg:#ff0080 fg:#47225e)\ +[](bg:#ff0080 fg:#47225e)\ $directory\ -[](fg:#ff0080 bg:#005353)\ +[](fg:#ff0080 bg:#005353)\ $git_branch\ $git_status\ -[](fg:#005353 bg:#00334e)\ +[](fg:#005353 bg:#00334e)\ $c\ $elixir\ $elm\ @@ -20,12 +20,12 @@ $nodejs\ $nim\ $rust\ $scala\ -[](fg:#00334e bg:#ff0080)\ +[](fg:#00334e bg:#ff0080)\ $docker_context\ -[](fg:#ff0080 bg:#47225e)\ +[](fg:#ff0080 bg:#47225e)\ $status\ $time\ -[ ](fg:#47225e)\ +[](fg:#47225e)\ \r\n\ $shell\ """ @@ -150,9 +150,9 @@ format = '[ $time ]($style)' [status] style = 'bg:#47225e' -symbol = '🔴' -success_symbol = '🟢' -format = '[ $symbol $common_meaning$signal_name$maybe_int ]($style)' +symbol = '[](fg:#ff0000)' +success_symbol = '[󰗡](fg:#009900)' +format = '$symbol[ $common_meaning$signal_name$maybe_int ]($style)' map_symbol = true disabled = false