From claude-statusbar
Switches status bar style to classic, capsule, or hairline. Lists options if no argument; previews change with cached data; persists across Claude Code sessions.
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-statusbar:statusbar-style <classic|capsule|hairline>This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Status Bar — set style Argument: `$ARGUMENTS` Steps: 1. If `$ARGUMENTS` is empty, run `cs styles` to list options and ask the user to pick. 2. Otherwise, run: 3. After the change, render a one-line preview using cached real data so the user sees the result immediately: If the cache file does not exist, skip this step — it just means no Claude Code session has populated it yet. 4. Tell the user the change is now persistent for all future Claude Code sessions. If `$ARGUMENTS` is not one of `classic`, `capsule`, `hairline`, surface the error from `cs` directly and suggest `cs ...
Argument: $ARGUMENTS
Steps:
$ARGUMENTS is empty, run cs styles to list options and ask the user to pick.cs config set style $ARGUMENTS
cat ~/.cache/claude-statusbar/last_stdin.json | cs --style $ARGUMENTS
If the cache file does not exist, skip this step — it just means no Claude Code session has populated it yet.If $ARGUMENTS is not one of classic, capsule, hairline, surface the error from cs directly and suggest cs styles for valid options.
npx claudepluginhub leeguooooo/claude-code-usage-bar --plugin claude-statusbar/pulseConfigures Claude status bars — set themes, toggle visibility of status parts, animate, or preview all options. Also supports a live interactive theme picker.
/statusline-standardSwitches Claude Code statusline to standard tier: reads ~/.claude/statusline-config.json, sets tier 'standard' and mode 'minimal', writes config, prompts restart.