@owloops/claude-powerline
Version:
Beautiful vim-style powerline statusline for Claude Code with real-time usage tracking, git integration, and custom themes
19 lines (18 loc) • 387 B
JSON
{
"theme": "replace:THEME",
"display": {
"style": "tui",
"charset": "replace:CHARSET",
"colorCompatibility": "auto",
"autoWrap": true,
"padding": 0
},
"budget": {
"session": { "warningThreshold": 80 },
"today": { "amount": "replace:TODAY_BUDGET", "warningThreshold": 80 }
},
"modelContextLimits": {
"sonnet": 1000000,
"opus": 200000
}
}