Skip to content

Instantly share code, notes, and snippets.

@73nko
Created October 4, 2020 18:20
Show Gist options
  • Save 73nko/de33ef7f83f3a0f8c9cf61f35800c915 to your computer and use it in GitHub Desktop.
Save 73nko/de33ef7f83f3a0f8c9cf61f35800c915 to your computer and use it in GitHub Desktop.
Starship toml configuration
[battery]
full_symbol = "🔋"
charging_symbol = "⚡️"
discharging_symbol = "💀"
[[battery.display]]
threshold = 10
style = "bold red"
[username]
format = "user: [$user]($style) "
disabled = false
show_always = true
style_user= "bold green"
[line_break]
disabled = false
[directory]
truncation_length = 5
format = "📂️ [$path]($style) | "
[time]
format = "🕙 %T"
style = "bright-white"
disabled = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment