mirror of
https://github.com/CoolnsX/hyprdots.git
synced 2025-12-20 15:25:24 +05:30
67 lines
1.3 KiB
TOML
67 lines
1.3 KiB
TOML
# ~/.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
|