Skip to content

Instantly share code, notes, and snippets.

@ogranadatfx
Created December 11, 2021 04:34
Show Gist options
  • Save ogranadatfx/3a961aa1e719b8211d3fa8da323db38a to your computer and use it in GitHub Desktop.
Save ogranadatfx/3a961aa1e719b8211d3fa8da323db38a to your computer and use it in GitHub Desktop.
add_newline = false
command_timeout = 2000
# Replace the "❯" symbol in the prompt with "➜"
[character] # The name of the module we are configuring is "character"
success_symbol = "[➜](bold green)" # The "success_symbol" segment is being set to "➜" with the color "bold green"
# Disable the package module, hiding it from the prompt completely
# [package]
# disabled = true
[battery]
full_symbol = "🔋 "
charging_symbol = "⚡️ "
[[battery.display]]
threshold = 20
style = "bold red"
discharging_symbol = "💀 "
[[battery.display]] # "bold yellow" style and 💦 symbol when capacity is between 10% and 30%
threshold = 40
style = "bold yellow"
discharging_symbol = "💦"
[git_state]
format = '[\($state( $progress_current of $progress_total)\)]($style) '
cherry_pick = "[🍒 PICKING](bold red)"
[time]
disabled = false
format = '🕙[\[ $time \]]($style) '
time_format = "%T"
utc_time_offset = "-5"
time_range = "10:00:00-14:00:00"
[rust]
format = "via [⚙️ $version](red bold)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment