@owloops/claude-powerline
Version:
Beautiful vim-style powerline statusline for Claude Code with real-time usage tracking, git integration, and custom themes
37 lines (36 loc) • 772 B
JSON
{
"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 }
}
},
{
"segments": {
"context": {
"enabled": true,
"showPercentageOnly": false,
"displayStyle": "replace:BAR_STYLE",
"autocompactBuffer": 33000
}
}
}
]
},
"budget": {
"session": { "warningThreshold": 80 }
},
"modelContextLimits": {
"sonnet": 1000000,
"opus": 200000
}
}