@nutthead/cc-statusline 0.1.9 → 0.2.0

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.
package/README.md CHANGED
@@ -21,6 +21,17 @@ Add to `~/.claude/settings.json`:
21
21
  }
22
22
  ```
23
23
 
24
+ ### Custom Theme
25
+
26
+ ```json
27
+ {
28
+ "statusLine": {
29
+ "type": "command",
30
+ "command": "~/.claude/statusline --theme ~/.config/cc-statusline/theme.js"
31
+ }
32
+ }
33
+ ```
34
+
24
35
  ## Logs
25
36
 
26
37
  Execution logs are stored in `~/.local/state/statusline/app.log`.