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
| #!/bin/bash | |
| # Claude Code statusLine | |
| # Renders: [model effort] [git] · Ctx <bar> · 5h <bar> · 7d <bar> · +/- · $cost | |
| # Each metric: label [sub-cell bar] NN% <reset-countdown> [pace] | |
| # Bars fill in 1/8th steps; fill = prominent hue, empty = same hue darkened | |
| # (cell background). Truecolor (24-bit) required. | |
| input=$(cat) | |
| # ─── config ────────────────────────────────────────────────────────────── |