From 182eab0d20d181f867cbdabb3978d24a8b0cac04 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Fri, 5 Sep 2025 02:14:49 +0200 Subject: [PATCH] starship: update config --- dot-config/starship.toml | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/dot-config/starship.toml b/dot-config/starship.toml index 840e80e9..8dd6ff83 100644 --- a/dot-config/starship.toml +++ b/dot-config/starship.toml @@ -3,17 +3,18 @@ command_timeout = 1200 format = """ +$character\ ${os}\ [░▒▓](fg:bright-black)\ ${custom.userhost_remote}\ -[](fg:bright-black bg:red)\ +[](fg:bright-black bg:white)\ $directory\ -[ ](fg:red bg:yellow)\ +[ ](fg:white bg:bright-white)\ ${git_branch}\ ${git_commit}\ ${git_state}\ ${git_status}\ -[ ](fg:yellow bg:green)\ +[ ](fg:bright-white bg:green)\ $c\ ${custom.scripts}\ $golang\ @@ -25,8 +26,9 @@ $python\ $rust\ [ ](fg:green bg:bright-black)\ $cmd_duration\ -$shell[](fg:bright-black bg:default)\ -\n$character""" +$shell[ ](fg:bright-black bg:default)\ +""" + [c] symbol = "" @@ -34,8 +36,8 @@ style = 'bg:green fg:black' format = '[ $symbol ($version) ]($style)' [character] -success_symbol = '[❯](bold green) ' -error_symbol = '[❯](bold red) ' +success_symbol = '[](bold bright-green) ' +error_symbol = '[](bold bright-red) ' [cmd_duration] min_time = 2000 @@ -53,7 +55,7 @@ min_time_to_notify = 45000 # format = '[$symbol]($style)' [directory] -style = 'fg:black bg:red' +style = 'fg:black bg:white' format = "[ $path ]($style)" truncation_length = 3 # truncation_symbol = "…" @@ -73,12 +75,12 @@ read_only = '[]' [git_branch] symbol = "" -style = "fg:black bg:yellow " +style = "fg:black bg:bright-white " format = '[ $symbol $branch ]($style)' [git_commit] format = '[\($hash$tag\)]($style)' -style = 'bg:yellow fg:black dimmed' +style = 'bg:bright-white fg:black dimmed' commit_hash_length = 6 only_detached = false tag_symbol = ' 笠' @@ -87,7 +89,7 @@ disabled = false [git_state] format = '[ \($state\)($progress_current/$progress_total)]($style)' -style = "bg:yellow fg:88 bold blink" +style = "bg:bright-white fg:88 bold blink" rebase = 'REBASING' merge = 'MERGING' revert = 'REVERTING' @@ -99,7 +101,7 @@ disabled = false [git_status] format = '[ \[$all_status$ahead_behind\]]($style)[ ]($style)' -style = 'bg:yellow fg:black bold' +style = 'bg:bright-white fg:black bold' stashed = '\$' ahead = '⇡${count}' behind = '⇣${count}' @@ -141,8 +143,8 @@ detect_folders = [''] [os] format = '[$symbol]($style)' -style = 'fg:189' -disabled = false +style = 'fg:189 bg:bright-black' +disabled = true [os.symbols] Arch = "󰣇 " -- 2.51.2