Skip to content

Instantly share code, notes, and snippets.

@mike-ward
Created February 25, 2026 15:57
Show Gist options
  • Select an option

  • Save mike-ward/659303aca816566966965e0e5e70d0e6 to your computer and use it in GitHub Desktop.

Select an option

Save mike-ward/659303aca816566966965e0e5e70d0e6 to your computer and use it in GitHub Desktop.
format = """ [⏺︎](fg:#FFA500) \
$directory\
$fill \
$git_branch\
$git_status\
[](fg:#394260 bg:#212736)\
$time
[ ╰─ ▶ ](fg:#FFA500)"""
[fill]
symbol = "─"
style = "fg:#FFA500"
[directory]
style = "fg:#6495ED"
format = "[ $path ]($style)"
truncation_length = 4
truncation_symbol = "…/"
[git_branch]
symbol = ""
style = "bg:#394260"
format = '[[ $symbol $branch ](fg:#769ff0 bg:#394260)]($style)'
[git_status]
style = "bg:#394260"
format = '[[($all_status$all_status)](fg:#769ff0 bg:#394260)]($style)'
[time]
disabled = false
time_format = "%r" # Hour:Minute Format
style = "bg:#1d2230"
format = '[[  $time ](fg:#a0a9cb bg:#1d2230)]($style)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment