dotfiles-mirror/config/starship.toml

40 lines
686 B
TOML
Raw Normal View History

2025-06-30 09:18:02 +03:30
format = """
[](#1e1e1e)\
2025-06-30 09:18:02 +03:30
$os\
$username\
[](bg:#2a2a2a fg:#1e1e1e)\
2025-06-30 09:18:02 +03:30
$directory\
[](fg:#2a2a2a bg:#3a3830)\
2025-08-06 07:46:44 +03:30
$all_langs\
[](fg:#3a3830 bg:#1e1e1e)\
2025-06-30 09:18:02 +03:30
$time\
[](fg:#1e1e1e bg:#3e3a32)\
$time\
[ ](fg:#3e3a32)\
2025-06-30 09:18:02 +03:30
"""
2025-08-06 07:46:44 +03:30
add_newline = false
2025-06-30 09:18:02 +03:30
[username]
show_always = true
style_user = "bg:#1e1e1e fg:#dcd7ba"
style_root = "bg:#1e1e1e fg:#c05a3b"
2025-09-25 21:28:29 +03:30
format = '[$user]($style)'
2025-06-30 09:18:02 +03:30
disabled = false
[os]
style = "bg:#2a2a2a fg:#dcd7ba"
2025-06-30 09:18:02 +03:30
disabled = true
[directory]
style = "fg:#dcd7ba bg:#2a2a2a"
2025-06-30 09:18:02 +03:30
format = "[ $path ]($style)"
truncation_length = 3
truncation_symbol = "…/"
2025-06-30 09:18:02 +03:30
[directory.substitutions]
"Documents" = "󰈙 "
"Downloads" = " "
2025-08-06 07:46:44 +03:30
"Music" = " "
"Pictures" = " "