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]
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 = ' 笠'
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'
[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}'
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 = ""
[time]
disabled = false
time_format = "%R" # Hour:Minute Format
-style = 'bg:yellow fg:black'
+style = 'bg:bright-black'
format = '[ $time ]($style)'