@owloops/claude-powerline 1.25.1 → 1.25.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +16 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -48,16 +48,30 @@ Add to your Claude Code `settings.json`:
48
48
 
49
49
  Start a Claude session and the statusline appears at the bottom. Using `npx` automatically downloads and runs the latest version without manual updates.
50
50
 
51
- ## Styles
51
+ ## Powerline Studio
52
+
53
+ <a href="https://powerline.owloops.com/">
54
+ <img src="images/powerline-studio.gif" alt="Powerline Studio visual configurator" width="700">
55
+ </a>
56
+
57
+ [**powerline.owloops.com**](https://powerline.owloops.com/) is a visual configurator for claude-powerline. Click segments in the preview to toggle options, switch styles and themes live, reorder, then copy or download the JSON into `~/.claude/claude-powerline.json`. Paste an existing config to edit it.
58
+
59
+ <details>
60
+ <summary><strong>Styles</strong></summary>
52
61
 
53
62
  <img src="images/claude-powerline-styles.png" alt="Claude Powerline Styles" width="700">
54
63
 
55
- ## Themes
64
+ </details>
65
+
66
+ <details>
67
+ <summary><strong>Themes</strong></summary>
56
68
 
57
69
  <img src="images/claude-powerline-themes.png" alt="Claude Powerline Themes" width="700">
58
70
 
59
71
  6 built-in themes (dark, light, nord, tokyo-night, rose-pine, gruvbox) or [create your own](#configuration).
60
72
 
73
+ </details>
74
+
61
75
  <details>
62
76
  <summary><h2>Configuration</h2></summary>
63
77
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@owloops/claude-powerline",
3
- "version": "1.25.1",
3
+ "version": "1.25.2",
4
4
  "description": "Beautiful vim-style powerline statusline for Claude Code with real-time usage tracking, git integration, and custom themes",
5
5
  "type": "module",
6
6
  "main": "./dist/index.mjs",