Skip to content

feat(menubar): opt-in compact mode#133

Merged
iamtoruk merged 1 commit intomainfrom
feat/menubar-compact
Apr 22, 2026
Merged

feat(menubar): opt-in compact mode#133
iamtoruk merged 1 commit intomainfrom
feat/menubar-compact

Conversation

@iamtoruk
Copy link
Copy Markdown
Member

Summary

  • Adds opt-in compact menubar mode via defaults write CodeBurnMenubar CodeBurnMenubarCompact -bool true
  • Variable-width status item hugs the text instead of the fixed 130pt slot
  • Drops decimals and leading space in compact mode ($110 instead of $110.20)
  • Default off -- existing users see no change
  • README updated with usage instructions

Closes #129

UserDefaults key CodeBurnMenubarCompact toggles a tighter menubar
display: no decimals, no leading space, variable width that hugs
the rendered text instead of the fixed 130pt slot.

Closes #129
@iamtoruk iamtoruk merged commit 66606c8 into main Apr 22, 2026
3 checks passed
webrulon pushed a commit to webrulon/codeburn that referenced this pull request Apr 22, 2026
OOM streaming fix (getagentseal#132), compact menubar mode (getagentseal#133), keychain
credential fix + App Nap hardening (getagentseal#134).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature request: opt-in compact menubar width for short cost strings

1 participant