Created
August 10, 2023 19:24
-
-
Save LeeBrotherston/826c56239e6e2098f6a5ad0c0e654ba2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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