feat(noctalia): add CodexBar subscription meter - #106
Merged
Conversation
CollieIsCute
force-pushed
the
feat/noctalia-codexbar-meter
branch
from
August 16, 2026 15:54
9853e4b to
167781f
Compare
Enable the community CodexBar Meter plugin with automatic source updates and place its widget on the main bar.
Replace the custom GitHub release updater with the Arch package declaration. Keep Codex and Claude on OAuth through a private chezmoi modifier, and verify the default binary path in CI.
CollieIsCute
force-pushed
the
feat/noctalia-codexbar-meter
branch
from
August 17, 2026 19:02
167781f to
629c52d
Compare
Keep the distribution workflow focused on whether the complete chezmoi apply succeeds instead of checking each CodexBar behavior separately.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
目的
在 Noctalia 主列顯示 Codex 與 Claude Code 的訂閱用量/狀態,並用既有 dotfiles 套件流程管理 CodexBar。
變更
salemsayed/codexbar-meter與 Noctalia pluginauto_update,並把 AI usage 放在左側 tray 的右邊。codexbar-cli-bin;不再使用自製 GitHub release updater。codexbarPath,使用套件原生安裝的/usr/bin/codexbar與 Noctalia 繼承的預設 PATH。~/.config/codexbar/config.json:只把 Codex 與 Claude 設成 enabled + OAuth,保留其他 provider、秘密與自訂欄位,權限維持 0600。chezmoi apply,不加入 CodexBar 專項檢查;repo 不保留tests/。更新行為
auto_update更新。codexbar-cli-bin是 0.45.2,不保證與 upstream release 同步到同一天。驗證
chezmoi apply成功,重跑後chezmoi status無差異。source=oauth、error=null。