nix-conf/user/config/starship.toml
2024-10-23 23:25:26 -05:00

47 lines
724 B
TOML

format = """
[ ](bg:#E34F7C)\
$username\
$directory\
$git_branch\
$git_commit\
$git_state\
$git_metrics\
$git_status\
$cmd_duration\
$line_break\
$jobs\
$shlvl\
$status\
$nix_shell\
$character"""
[status]
disabled = false
symbol = "x"
[character]
success_symbol = '[\$](bold green)'
error_symbol = '[\$](bold red)'
[fill]
symbol = " "
[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 = "*"