diff --git a/.config/starship.toml b/.config/starship.toml index 661f2bc72..31a9b3805 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -5,12 +5,8 @@ add_newline = false # Wedges 🭧🭒 🭣🭧🭓 # Random noise 🬖🬥🬔🬗 -right_format = """\ -$cmd_duration -""" - format = """ -$username$hostname $directory $git_branch +$cmd_duration$username$hostname $directory $git_branch $character """ @@ -28,7 +24,7 @@ style = "bg: green" symbol = "󰘬" truncation_length = 4 truncation_symbol = "" -format = "• [](bold fg:green)[$symbol $branch(:$remote_branch)](fg:black bg:green)[](bold fg:green)" +format = "• [](bold fg:green)[$symbol $branch(:$remote_branch)](fg:black bg:green)[ ](bold fg:green)" [git_commit] commit_hash_length = 4 @@ -94,5 +90,5 @@ format = '[](bold fg:blue)[$path]($style)[](bold fg:blue)' "Pictures" = " " [cmd_duration] -min_time = 0 -format = '[](bold fg:yellow)[$duration](bold bg:yellow fg:black)[](bold fg:yellow)' +min_time = 1 +format = '[](bold fg:yellow)[ $duration](bold bg:yellow fg:black)[](bold fg:yellow) •• '