stygio/.config/starship.toml
Jellyfish a60361b7d0 made a new river tags widget for waybar, added C++ LSP support,
(probably need to look into LSP deeper to trim any fat)
2025-07-05 06:51:25 -07:00

27 lines
459 B
TOML

# Main prompt config
format = '''$git_branch$git_status$character'''
right_format = '$directory'
add_newline = false
# Sub Configs
[character]
format = '$symbol '
success_symbol = '[󰊕](bold purple)'
error_symbol = '[󰊕](bold red)'
[directory]
style='italic bright-black'
[git_branch]
format = '[\($symbol$branch\)]($style) '
style = 'bold purple'
[git_status]
style = 'bold blue'
[time]
format = '[$time]($style) '
use_12hr = true
disabled = false