Files
hyprdots/starship.toml
2023-03-06 17:08:01 +05:30

67 lines
1.3 KiB
TOML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ~/.config/starship.toml
format = " (bold green)$all"
#[character]
#success_symbol = "[└─>](bold green)"
#error_symbol = "[└─>](bold red)"
[cmd_duration]
min_time = 70
format = " took [$duration]($style)"
[directory]
format = "[$path]($style)[$lock_symbol]($lock_style)"
[git_branch]
format = " on [$symbol$branch]($style) "
symbol = "🍣 "
style = "bold yellow"
[git_commit]
commit_hash_length = 8
style = "bold white"
[git_state]
format = '[\($state( $progress_current of $progress_total)\)]($style) '
[git_status]
conflicted = "⚔️ "
ahead = "🏎️ 💨 ×${count} "
behind = "🐢×${count} "
diverged = "🔱 {ahead} {behind}"
untracked = "🛤️ ×${count} "
stashed = "📦 "
modified = "📝×${count} "
staged = "🗃️ ×${count} "
renamed = "📛×${count} "
deleted = "🗑️ ×${count} "
style = "brightwhite"
format = "$all_status$ahead_behind"
[hostname]
ssh_only = true
format = "<[$hostname]($style)>"
trim_at = "-"
style = "bold dimmed white"
disabled = true
[package]
disabled = true
[python]
format = " [$symbol$version]($style) "
style = "bold green"
[rust]
format = " [$symbol$version]($style) "
style = "bold green"
[golang]
format = " [$symbol$version]($style) "
style = "bold green"
[username]
style_user = "bold fg:#ffa500"
show_always = true