From 4f4c5f5c26099c865b3f98b0c7677fc97e6216c7 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Wed, 30 Mar 2022 00:27:22 +0200 Subject: [PATCH] Waste more time in configuring starship :^) --- .config/starship.toml | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/.config/starship.toml b/.config/starship.toml index 9f56886..56b8666 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -1,7 +1,7 @@ format = """ $time\ [](bg:purple fg:blue)\ -$sudo$username$hostname$docker_context\ +$sudo$username$hostname$docker_context$python\ [](bg:green fg:purple)\ $directory\ [](bg:red fg:green)\ @@ -10,19 +10,21 @@ $git_branch$git_commit$git_state$git_status\ $fill\ [](bg:yellow fg:#454158)\ $status$cmd_duration\ -[](bg:cyan fg:yellow)\ +[](bg:black fg:yellow)\ +$shell\ +[](bg:cyan fg:black)\ $jobs\ [](cyan) -$shell$character +$character """ -continuation_prompt = "[ ](bg:blue)[](blue) " +continuation_prompt = "[](fg:#454158 bg:blue)[](blue) " [character] -success_symbol = "[ ](fg:blue bg:green)[](green)" -error_symbol = "[ ](fg:blue bg:red)[](red)" -vicmd_symbol = "[ ](fg:blue bg:cyan)[](cyan)" +success_symbol = "[](fg:#454158 bg:green)[](green)" +error_symbol = "[](fg:#454158 bg:red)[](red)" +vicmd_symbol = "[](fg:#454158 bg:cyan)[](cyan)" [cmd_duration] min_time = 0 @@ -73,13 +75,19 @@ style = "bg:cyan fg:black" symbol = "" format = "[$symbol$number]($style)" +[python] +style = "bg:purple" +format = '[ \($virtualenv $version\)]($style)' +detect_extensions = [] +detect_files = [] + [shell] bash_indicator = '\$' fish_indicator = "" zsh_indicator = '%%' powershell_indicator = "" unknown_indicator = "" -style = "bg:blue" +style = "bg:black fg:white" format = '[$indicator]($style)' disabled = false