Skip to content

Instantly share code, notes, and snippets.

@LeeBrotherston
Created August 10, 2023 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LeeBrotherston/826c56239e6e2098f6a5ad0c0e654ba2 to your computer and use it in GitHub Desktop.
Save LeeBrotherston/826c56239e6e2098f6a5ad0c0e654ba2 to your computer and use it in GitHub Desktop.
format = """
$hostname\
$username\
$directory\
[ξ‚΄ ](fg:#769ff0 bg:#394260)\
($git_branch$git_status$git_state)\
[ξ‚΄ ](fg:#394260 bg:#888888)\
$docker_context\
$golang\
$custom\
$character"""
right_format = """
$cmd_duration\
$battery\
"""
add_newline = false
scan_timeout = 100
command_timeout = 500
[custom.dotenv]
detect_files = ['.env']
command = ''
symbol = '🌳 '
format = '[$symbol](bg:#888888)'
disabled = false
[username]
style_user = "fg:#000066 bg:#769ff0"
style_root = "fg:#FF0000 bg:#769ff0"
format = '[$user]($style)'
show_always = false
[hostname]
ssh_only = true
ssh_symbol = "🌐"
style = "fg:#000066 bg:#769ff0"
format = '[ $ssh_symbol $hostname:]($style)'
[battery]
full_symbol = "πŸ”‹"
charging_symbol = "πŸ”Œ"
discharging_symbol = "⚑"
format = '[ξ‚Ά](fg:#880000)[$symbol$percentage]($style)[ξ‚΄](fg:#880000)'
[[battery.display]]
style="bg:#880000 fg:yellow"
threshold = 20
[docker_context]
#format = '[ $symbol$context](bg:#888888)'
format = '[$symbol](bg:#888888)'
[golang]
format = '[$symbol](bg:#888888)'
[directory]
style = "fg:#e3e5e5 bg:#769ff0"
format = "[ $path ]($style)"
truncation_length = 5
truncation_symbol = "…/"
[git_branch]
symbol = " "
style = "bg:#394260"
format = '[ $symbol$branch ]($style)'
[git_status]
style = "bg:#394260"
stashed = ""
ahead = "[↑${count}](fg:#00CC00 bg:#394260)"
behind = "[↓${count}](fg:#CC0000 bg:#394260)"
diverged = "[↕](fg:#CC8500 bg:#394260)"
deleted = "[✘](fg:#CC0000 bg:#394260)"
modified = "[!](fg:#CC8500 bg:#394260)"
conflicted = "[=](fg:#CC8500 bg:#394260)"
untracked = "␦"
up_to_date = "[βœ“](fg:#00CC00 bg:#394260)"
format = '[($all_status$ahead_behind) ]($style)'
[git_state]
style = "bg:#394260"
format = '[\($state( $progress_current of $progress_total)\)]($style) '
[cmd_duration]
style="bg:#880000 fg:yellow"
min_time = 10000
format = "[ξ‚Ά](fg:#880000)[󱑍 $duration]($style)[ξ‚΄](fg:#880000)"
[character]
success_symbol = '[β€’](fg:#00DD00 bg:#888888)[ξ‚΄](fg:#888888 bg:#000000)'
error_symbol = '[β€’](fg:#DD0000 bg:#888888)[ξ‚΄](fg:#888888 bg:#000000)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment