diff --git a/.config/starship.toml b/.config/starship.toml index a154f4f..d2c8222 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -1,14 +1,14 @@ format = """ -[](#9A348E)\ +[](#9A348E)\ $jobs\ $os\ $username\ -[](bg:#DA627D fg:#9A348E)\ +[](bg:#DA627D fg:#9A348E)\ $directory\ -[](fg:#DA627D bg:#FCA17D)\ +[](fg:#DA627D bg:#FCA17D)\ $git_branch\ $git_status\ -[](fg:#FCA17D bg:#86BBD8)\ +[](fg:#FCA17D bg:#86BBD8)\ $c\ $elixir\ $elm\ @@ -22,15 +22,22 @@ $nim\ $python\ $rust\ $scala\ -[](fg:#86BBD8 bg:#06969A)\ +[](fg:#86BBD8 bg:#06969A)\ $docker_context\ -[](fg:#06969A bg:#33658A)\ +[](fg:#06969A bg:#33658A)\ $time\ -[ ](fg:#33658A)\ +[ ](fg:#33658A)\ $cmd_duration\ """ # For fun, add this to the line after $os: [󰀫 ](bg:#9A348E)\ +# Other dividers: +# [](#9A348E)\ +# ▛ +# [](fg:#86BBD8 bg:#06969A)\ +#  +#  +# [ ](fg:#33658A)\ # Timeout for commands executed by starship (ms) command_timeout = 3000