owloops/claude-powerline Progress Bar Display
The owloops/claude-powerline status bar plugin for code added a nice new setting today. In your ~/.claude/claude-powerline.json set the .display.lines[0].segments.context.displayStyle to "bar", as so: { "display": { "lines": [ { "segments": { "context": { "displayStyle":"bar", "enabled": true, "showPercentageOnly": true }, } } ] }, } This gives you a context segment that’s simple and easy to read at a glance: Here’s my full updated config that generates that style. (theme is set to light because that works best across light and dark terminal themes, I’ve found.) ...