1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- # Don't print a new line at the start of the prompt
- add_newline = false
- [hostname]
- ssh_only = true
- disabled = false
- style = "bold green"
- [memory_usage]
- show_percentage = true
- show_swap = true
- threshold = -1
- symbol = " "
- style = "bold dimmed green"
- [git_branch]
- symbol = "🌱 "
- truncation_length = 8
- truncation_symbol = "~"
- [git_status]
- conflicted = "🏳"
- ahead = "🏎💨"
- behind = "😰"
- diverged = "😵"
- untracked = "🤷"
- stashed = "📦"
- modified = "📝"
- staged.value = "++"
- staged.style = "green"
- staged_count.enabled = true
- staged_count.style = "green"
- renamed = "👅"
- deleted = "🗑"
- [battery]
- full_symbol = "🔋"
- charging_symbol = "⚡️"
- discharging_symbol = "💀"
- [[battery.display]]
- threshold = 10
- style = "bold red"
- [[battery.display]]
- threshold = 40
- style = "bold yellow"
|