]> Freerunner's - dotfiles.git/commitdiff
starship: update config
authorAndre Ramnitz <tux.rising@gmail.com>
Fri, 5 Sep 2025 00:14:49 +0000 (02:14 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Fri, 5 Sep 2025 00:14:49 +0000 (02:14 +0200)
dot-config/starship.toml

index 840e80e97039cd1b70c55caa35f3c4cc6571a5f6..8dd6ff83946ec8e8bc894afc01e7ab3c396e3184 100644 (file)
@@ -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 = "󰣇 "