Skip to content

Instantly share code, notes, and snippets.

@mortymacs
Created July 12, 2024 22:31
Show Gist options
  • Save mortymacs/2f70995cc40d21d8c6ea72d01a19218a to your computer and use it in GitHub Desktop.
Save mortymacs/2f70995cc40d21d8c6ea72d01a19218a to your computer and use it in GitHub Desktop.
test
add_newline = false
format = "$sudo$username[](bg:#D81E5B fg:#82264f)$directory[](bg:#E23E58 fg:#D81E5B)$git_branch$git_commit$git_state$git_metrics[](fg:#E23E58 bg:#0E131F)$fill[](bg:#0E131F fg:#18212b)$nix_shell[](bg:#18212b fg:#2e294e)$status[](bg:#2e294e fg:#633359)$cmd_duration[](bg:#633359 fg:#973c64)$jobs[](bg:#973c64 fg:#E23E58)$git_status$line_break$character"
[character]
error_symbol = "[ ](red)"
format = "$symbol"
success_symbol = "[ ](purple)"
vimcmd_symbol = "[ ](green)"
[cmd_duration]
format = "[ $duration ]($style)"
style = "bold bg:#633359 fg:#fefcfb"
[directory]
format = "[ $path ]($style)"
style = "bg:#D81E5B fg:#fefcfb"
truncation_length = 3
truncation_symbol = ".../"
[fill]
style = "bg:#0E131F fg:#151F28"
symbol = " "
[git_branch]
format = "[ $symbol$branch ]($style)"
style = "bg:#E23E58 fg:#fefcfb"
symbol = ""
[git_commit]
format = "[$hash$tag ]($style)"
style = "bg:#E23E58 fg:#fefcfb"
tag_disabled = false
tag_symbol = " 󰓼 "
[git_state]
format = "[ $state($progress_current/$progress_total) ]($style)"
style = "bg:#E23E58 fg:#fefcfb"
[git_status]
ahead = "  "
behind = "  "
conflicted = "  "
deleted = " 󰆳 "
diverged = " 󱡷 "
format = "[$all_status$ahead_behind]($style)"
modified = " 󱀱 "
renamed = "  "
staged = " ● "
stashed = " 󱀲 "
style = "bg:#E23E58 fg:#fefcfb"
untracked = " 󱪝 "
[jobs]
format = "[ $symbol$number ]($style)"
number_threshold = 1
style = "bold bg:#973c64 fg:#fefcfb"
symbol = "+"
[nix_shell]
disabled = false
format = "[ $symbol ]($style)"
style = "bg:#18212b fg:#fefcfb"
symbol = " "
[status]
disabled = false
format = "[ $status ]($style)"
style = "bold bg:#2e294e fg:#fefcfb"
[sudo]
disabled = false
format = "[$symbol]($style)"
style = "bg:#82264f fg:#fefcfb"
symbol = " 󰯄"
[username]
format = "[ $user ]($style)"
show_always = true
style_root = "bg:#82264f fg:#fefcfb"
style_user = "bg:#82264f fg:#fefcfb"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment