UNPKG

@owloops/claude-powerline

Version:

Beautiful vim-style powerline statusline for Claude Code with real-time usage tracking, git integration, and custom themes

40 lines (39 loc) 991 B
{ "theme": "replace:THEME", "display": { "style": "replace:STYLE", "charset": "replace:CHARSET", "colorCompatibility": "auto", "autoWrap": true, "padding": 1, "lines": [ { "segments": { "directory": { "enabled": true, "style": "fish" }, "git": { "enabled": true }, "model": { "enabled": true }, "session": { "enabled": true, "type": "tokens", "costSource": "calculated" } } }, { "segments": { "today": { "enabled": true, "type": "cost" }, "context": { "enabled": true, "showPercentageOnly": false, "displayStyle": "replace:BAR_STYLE", "autocompactBuffer": 33000 } } } ] }, "budget": { "session": { "warningThreshold": 80 }, "today": { "amount": "replace:TODAY_BUDGET", "warningThreshold": 80 } }, "modelContextLimits": { "sonnet": 1000000, "opus": 200000 } }