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.
npx claudepluginhub leeguooooo/claude-code-usage-bar<classic|capsule|hairline># 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 ...
/pulseConfigures Claude status bars by routing arguments to set themes, colors, animations, element visibility, currency, size, and previews via Python script.
/statusline-standardSwitches Claude Code statusline to standard tier: reads ~/.claude/statusline-config.json, sets tier 'standard' and mode 'minimal', writes config, prompts restart.
Share bugs, ideas, or general feedback.
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.