feat: changed starship config

This commit is contained in:
Kitty Fangs 2024-05-10 17:35:37 +00:00
parent 599583f2cd
commit 02d7f3c525
1 changed files with 9 additions and 9 deletions

View File

@ -2,12 +2,12 @@ format = """
[](#47225e)\ [](#47225e)\
$os\ $os\
$username\ $username\
[](bg:#ff0080 fg:#47225e)\ [](bg:#ff0080 fg:#47225e)\
$directory\ $directory\
[](fg:#ff0080 bg:#005353)\ [](fg:#ff0080 bg:#005353)\
$git_branch\ $git_branch\
$git_status\ $git_status\
[](fg:#005353 bg:#00334e)\ [](fg:#005353 bg:#00334e)\
$c\ $c\
$elixir\ $elixir\
$elm\ $elm\
@ -20,12 +20,12 @@ $nodejs\
$nim\ $nim\
$rust\ $rust\
$scala\ $scala\
[](fg:#00334e bg:#ff0080)\ [](fg:#00334e bg:#ff0080)\
$docker_context\ $docker_context\
[](fg:#ff0080 bg:#47225e)\ [](fg:#ff0080 bg:#47225e)\
$status\ $status\
$time\ $time\
[](fg:#47225e)\ [](fg:#47225e)\
\r\n\ \r\n\
$shell\ $shell\
""" """
@ -150,9 +150,9 @@ format = '[ $time ]($style)'
[status] [status]
style = 'bg:#47225e' style = 'bg:#47225e'
symbol = '🔴' symbol = '[](fg:#ff0000)'
success_symbol = '🟢' success_symbol = '[󰗡](fg:#009900)'
format = '[ $symbol $common_meaning$signal_name$maybe_int ]($style)' format = '$symbol[ $common_meaning$signal_name$maybe_int ]($style)'
map_symbol = true map_symbol = true
disabled = false disabled = false