A minimal, elegant status line for Claude Code with gradient progress bar, git integration, and update notifications
npm install cc-minimal-statuslineA minimal status line for Claude Code.
- Version with update indicator (↑)
- Model name
- Smart path truncation (~code/project/…/current)
- Git branch + worktree indicator
- File & line changes (includes untracked files, unlike Claude Code's footer)
- Context usage with gradient bar + autocompact indicator
Requires a Nerd Font. To install Meslo:
``bash`
brew install --cask font-meslo-lg-nerd-font
Then select "MesloLGM Nerd Font" in your terminal settings.
`bash`
npm install -g cc-minimal-statusline
That's it! The install automatically configures Claude Code. Restart Claude Code to see the new status line.
Edit these variables in the script:
| Element | Variable | Default |
|---------|----------|---------|
| Version/separators | C_DIM | Gray (239) |C_ORANGE
| Model | | #E6714E |C_BLUE
| Directory | | Blue (75) |C_CYAN
| Worktree | | Cyan (80) |C_PURPLE
| Branch | | Purple (141) |C_GREEN
| +lines | | Green (108) |C_RED` | Red (167) |
| -lines |
MIT