Skip to content

Instantly share code, notes, and snippets.

@Icy-Thought
Created August 12, 2023 17:05
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 Icy-Thought/a22de33f401355468e2e38161a9e5f6b to your computer and use it in GitHub Desktop.
Save Icy-Thought/a22de33f401355468e2e38161a9e5f6b to your computer and use it in GitHub Desktop.
add_newline = true
format = "[$directory](fg:#C0A36E) ($git_branch)($git_status )($nix_shell)($character)"
right_format = "[$cmd_duration](bg:none fg:#957FB8)"
scan_timeout = 10
[battery]
charging_symbol = "⚡️"
discharging_symbol = "💀"
full_symbol = "🔋"
[[battery.display]]
style = "#C34043"
threshold = 15
[character]
error_symbol = "[](#C34043)"
success_symbol = "[](#76946A)"
vicmd_symbol = "[](#7E9CD8)"
[cmd_duration]
disabled = false
format = "[ $duration]($style)"
min_time = 1
style = "bg:#957FB8 fg:#1F1F28"
[directory]
format = "[ $path]($style)"
style = "bg:#C0A36E fg:#1F1F28 bold"
truncation_length = 2
truncation_symbol = "…/"
[git_branch]
format = "[[](fg:#76946A)( $branch)[](fg:#76946A)]($style) "
style = "bg:#76946A fg:#1F1F28 bold"
[git_status]
format = "[([](fg:#7E9CD8)( 『 $all_status$ahead_behind 』)[](fg:#72A7BC))]($style)"
style = "bg:#7E9CD8 fg:#1F1F28 bold"
[line_break]
disabled = true
[nix_shell]
disabled = false
format = "via [$symbol$state( \\($name\\))]($style) "
impure_msg = "[impure](#C34043)"
pure_msg = "[pure](#76946A)"
style = "#7E9CD8"
symbol = "[λ ](#7E9CD8)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment