]> Freerunner's - dotfiles.git/commitdiff
starship: update theme/config
authorAndre Ramnitz <tux.rising@gmail.com>
Wed, 5 Mar 2025 14:19:23 +0000 (15:19 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Wed, 5 Mar 2025 14:19:23 +0000 (15:19 +0100)
dot-config/starship.toml

index e4256933289ad79130516b879baef6cfd50f0fbe..0ca930298543b71e34d31a900e2862db0a5bbb98 100644 (file)
@@ -4,17 +4,19 @@ command_timeout = 1200
 
 format = """
 [░▒▓](fg:bright-black)\
-[  ](bg:bright-black fg:#DDDAEC)\
-[î\82´](bg:green fg:bright-black)\
+[$time ](bg:bright-black fg:white)\
+[î\82°](fg:bright-black bg:bright-red)\
 $directory\
-[î\82´](fg:green bg:19)\
+[î\82° ](fg:red bg:yellow)\
 ${git_branch}\
 ${git_commit}\
 ${git_state}\
 ${git_status}\
-[](fg:19 bg:yellow)\
-$time\
-[ ](fg:yellow bg:default)\
+[ ](fg:yellow bg:green)\
+[ ](fg:green bg:bright-black)\
+$c\
+$rust\
+[  ](bg:bright-black fg:189)[](fg:bright-black bg:default)\
 \n$character"""
 
 [character]
@@ -22,25 +24,27 @@ success_symbol = '[❯](bold green) '
 error_symbol = '[❯](bold red) '
 
 [directory]
-style = 'fg:black bg:green'
+style = 'fg:black bg:red'
 format = "[ $path ]($style)"
 truncation_length = 3
 truncation_symbol = "…/"
 
 [directory.substitutions]
+"dotfiles" = "😀"
 "Documents" = "󰈙 "
 "Downloads" = " "
 "Music" = " "
 "Pictures" = " "
+"media" = "💾"
 
 [git_branch]
 symbol = ""
-style = "fg:cyan bg:19 "
+style = "fg:black bg:yellow "
 format = '[ $symbol $branch ]($style)'
 
 [git_commit]
 format = '[\($hash$tag\)]($style)'
-style = 'bg:19 fg:cyan dimmed'
+style = 'bg:yellow fg:black dimmed'
 commit_hash_length = 6
 only_detached = false
 tag_symbol = ' 笠'
@@ -48,8 +52,8 @@ tag_disabled = false
 disabled = false
 
 [git_state]
-format = '\( [$state($progress_current/$progress_total)]($style)\)'
-style = "bg:19 fg:white dimmed"
+format = '[ \($state\)($progress_current/$progress_total)]($style)'
+style = "bg:yellow fg:88 bold blink"
 rebase = 'REBASING'
 merge = 'MERGING'
 revert = 'REVERTING'
@@ -61,7 +65,7 @@ disabled = false
 
 [git_status]
 format = '[ \[$all_status$ahead_behind\]]($style)[ ]($style)'
-style = 'bg:19 fg:bright-green bold'
+style = 'bg:yellow fg:black bold'
 stashed = '\$'
 ahead = '⇡${count}'
 behind = '⇣${count}'
@@ -74,11 +78,11 @@ staged = '+'
 untracked = '?'
 disabled = false
 
-
 [c]
 symbol = "󰙱"
 style = 'bg:bright-black'
-format = '[[ $symbol ($version) ](fg:green bg:bright-black)]($style)'
+# format = '[[ $symbol ($version) ](fg:green bg:bright-black)]($style)'
+format = '[$symbol]'
 
 [nodejs]
 symbol = "󰎙"
@@ -108,5 +112,5 @@ format = '[[ $symbol ($version) ](fg:green bg:bright-black)]($style)'
 [time]
 disabled = false
 time_format = "%R" # Hour:Minute Format
-style = 'bg:yellow fg:black'
+style = 'bg:bright-black'
 format = '[  $time ]($style)'