Created
February 25, 2026 15:57
-
-
Save mike-ward/659303aca816566966965e0e5e70d0e6 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 = """ [⏺︎](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