snippets/starship.toml

60 lines
1.0 KiB
TOML
Raw Normal View History

2024-06-04 20:22:01 +01:00
format = '''
2024-06-04 21:12:23 +01:00
$time $username$hostname $directory $git_branch$git_status
2024-06-04 20:22:01 +01:00
$character
'''
2024-06-04 21:12:23 +01:00
palette = 'transfem'
[palettes.transfem]
blue='#73DEFF'
# blue #73DEFF
# pastel pink #FFE2EE
# pink #FFB5D6
primary = '#73DEFF'
secondary = '#FFE2EE'
tertiary = '#FFB5D6'
# red = ''
2024-06-04 20:22:01 +01:00
# Inserts a blank line between shell prompts
2024-06-04 21:12:23 +01:00
add_newline = "true"
2024-06-04 20:22:01 +01:00
2024-06-04 21:12:23 +01:00
[character]
2024-06-04 20:22:01 +01:00
disabled = false
2024-06-04 21:12:23 +01:00
success_symbol = '[\$](bold primary)'
2024-06-04 20:22:14 +01:00
error_symbol = '[\$](bold red)'
2024-06-04 20:22:01 +01:00
[time]
disabled = false
2024-06-04 21:12:23 +01:00
format = '[\($time\)]($style)'
2024-06-04 20:22:01 +01:00
time_format = '%a %d-%m 🕙 %H:%M'
2024-06-04 21:12:23 +01:00
style="bold primary"
2024-06-04 20:22:01 +01:00
[username]
2024-06-04 21:12:23 +01:00
style_user = 'bold secondary'
style_root = 'black bold'
format = '[$user]($style)'
2024-06-04 20:22:01 +01:00
disabled = false
show_always = true
[hostname]
ssh_only = false
2024-06-04 21:12:23 +01:00
format="[@$hostname]($style)"
style="bold secondary"
2024-06-04 20:22:01 +01:00
[directory]
format="$path"
2024-06-04 21:12:23 +01:00
truncation_length = 3
truncation_symbol = '.../'
[git_branch]
2024-06-04 21:12:23 +01:00
format="([$symbol $branch]($style))"
symbol= '🌱'
disabled=false
2024-06-04 21:12:23 +01:00
style="bold purple"
[git_status]
format='([$all_status$ahead_behind]($style))'
modified="[*](bold yellow)"