mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2025-11-04 14:47:38 +01:00
39 lines
696 B
TOML
39 lines
696 B
TOML
format = """
|
|
[](#1e1e1e)\
|
|
$os\
|
|
$username\
|
|
[](bg:#444444 fg:#1e1e1e)\
|
|
$directory\
|
|
[](fg:#444444 bg:#2e2e2e)\
|
|
$all_langs\
|
|
[](fg:#2e2e2e bg:#1e1e1e)\
|
|
$docker_context\
|
|
[](fg:#1e1e1e bg:#454545)\
|
|
$time\
|
|
[ ](fg:#454545)\
|
|
"""
|
|
|
|
add_newline = false
|
|
|
|
[username]
|
|
show_always = true
|
|
style_user = "bg:#1e1e1e fg:#a5a3a3"
|
|
style_root = "bg:#1e1e1e fg:#ff5555"
|
|
format = '[$user]($style)'
|
|
disabled = false
|
|
|
|
[os]
|
|
style = "bg:#1e1e1e fg:#dddddd"
|
|
disabled = true
|
|
|
|
[directory]
|
|
style = "fg:#a5a3a3 bg:#444444"
|
|
format = "[ $path ]($style)"
|
|
truncation_length = 3
|
|
truncation_symbol = "…/"
|
|
[directory.substitutions]
|
|
"Documents" = " "
|
|
"Downloads" = " "
|
|
"Music" = " "
|
|
"Pictures" = " "
|
|
|