64 lines
1 KiB
TOML
64 lines
1 KiB
TOML
format = """
|
|
[ ](bg:#E34F7C)\
|
|
$sudo\
|
|
$username\
|
|
$directory\
|
|
$git_branch\
|
|
$git_commit\
|
|
$git_state\
|
|
$git_metrics\
|
|
$git_status\
|
|
$cmd_duration\
|
|
$line_break\
|
|
$jobs\
|
|
$shlvl\
|
|
$status\
|
|
$shell\
|
|
$nix_shell\
|
|
$character"""
|
|
|
|
[status]
|
|
disabled = false
|
|
symbol = "x"
|
|
|
|
[character]
|
|
success_symbol = '[\$](bold green)'
|
|
error_symbol = '[\$](bold red)'
|
|
|
|
[shell]
|
|
disabled = true
|
|
bash_indicator = "[bsh](yellow italic)"
|
|
zsh_indicator = "[zsh](blue italic)"
|
|
fish_indicator = "[fsh](green italic)"
|
|
|
|
[fill]
|
|
symbol = " "
|
|
|
|
#[time]
|
|
#format = "[█]($style)[$time]($style inverted)"
|
|
#style = "#838d99"
|
|
#disabled = false
|
|
|
|
[sudo]
|
|
format = "[ ](bg:#E34F7C blue)"
|
|
disabled = false
|
|
|
|
[username]
|
|
show_always = true
|
|
format = "[$user ]($style inverted)[ ]($style bg:#443f59)"
|
|
style_user = "#E34F7C"
|
|
style_root = "#4571a2 bg:red"
|
|
|
|
[directory]
|
|
format = "[ $path [$read_only]($style bg:red inverted)]($style bg:white inverted)[ ]($style)"
|
|
style = "#443f59"
|
|
read_only =" "
|
|
|
|
[shlvl]
|
|
disabled = false
|
|
symbol = "#"
|
|
|
|
[nix_shell]
|
|
format = "[$symbol]($style) "
|
|
symbol = "*"
|