dotfiles-mirror/config/starship.toml

39 lines
687 B
TOML

format = """
[](#191724)\
$os\
$username\
[](bg:#1e1e2e fg:#191724)\
$directory\
[](bg:#26233a fg:#1e1e2e)\
$all_langs\
[](bg:#2a2736 fg:#26233a)\
$time\
[](bg:#3a3840 fg:#2a2736)\
$time\
[ ](fg:#3a3840)\
"""
add_newline = false
[username]
show_always = true
style_user = "bg:#191724 fg:#e0def4"
style_root = "bg:#191724 fg:#eb6f92"
format = '[$user]($style)'
disabled = false
[os]
style = "bg:#1e1e2e fg:#e0def4"
disabled = true
[directory]
style = "fg:#e0def4 bg:#1e1e2e"
format = "[ $path ]($style)"
truncation_length = 3
truncation_symbol = "…/"
[directory.substitutions]
"Documents" = "󰈙 "
"Downloads" = " "
"Music" = " "
"Pictures" = " "