mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2025-11-04 14:47:38 +01:00
44 lines
792 B
TOML
44 lines
792 B
TOML
format = """
|
|
[](#1d2021)\
|
|
$os\
|
|
$username\
|
|
[](bg:#3c3836 fg:#1d2021)\
|
|
$directory\
|
|
[](fg:#3c3836 bg:#2a2a2a)\
|
|
$all_langs\
|
|
[](fg:#2a2a2a bg:#1d2021)\
|
|
$git_branch\
|
|
[](fg:#1d2021 bg:#4a4a4a)\
|
|
$time\
|
|
[ ](fg:#4a4a4a)\
|
|
"""
|
|
|
|
add_newline = false
|
|
|
|
[username]
|
|
show_always = true
|
|
style_user = "bg:#1d2021 fg:#bdae93"
|
|
style_root = "bg:#1d2021 fg:#fb4934"
|
|
format = '[$user]($style)'
|
|
disabled = false
|
|
|
|
[os]
|
|
style = "bg:#1d2021 fg:#bdae93"
|
|
disabled = true
|
|
|
|
[directory]
|
|
style = "fg:#bdae93 bg:#3c3836"
|
|
format = "[ $path ]($style)"
|
|
truncation_length = 3
|
|
truncation_symbol = "…/"
|
|
[directory.substitutions]
|
|
"Documents" = " "
|
|
"Downloads" = " "
|
|
"Music" = " "
|
|
"Pictures" = " "
|
|
|
|
|
|
[git_branch]
|
|
symbol = " "
|
|
style = "bg:#1d2021 fg:#bdae93"
|
|
format = "[ $symbol$branch ]($style)"
|