Track AI provider quotas, reset times, costs, and local agent sessions from your KDE Plasma 6 panel. CodexBar Plasma uses the CodexBar CLI for provider data and authentication. This repository contains the Linux Plasma widget only.
Install · Features · Troubleshooting · Development
| Standard panel | Minimal panel |
|---|---|
![]() |
![]() |
The same Codex, Claude, and Gemini usage in both styles. Small provider icons sit beside primary and secondary quota capsules. Choose the appearance in Panel settings. These examples show meters with panel text hidden.
| Provider overview | Local sessions |
|---|---|
![]() |
![]() |
| Usage & Spend | Provider details |
![]() |
![]() |
Click an image for full size. Panel captures show the capsule design released in 0.2.36; popup captures show version 0.2.34. All use Breeze Dark with synthetic data. The widget follows your Plasma theme; provider accent colors stay consistent across themes.
- Quota meters, reset windows, account selection, and provider status in the panel and popup, with configurable quota warnings and Plasma notifications.
- Standard and Minimal panel styles with up to two quota capsules per provider, horizontal and vertical meters, selectable quota windows, conditional text and meters, and a live settings preview that stays visible while scrolling. Optional text sits beside the selected provider's capsules with the default order. Panel settings keep appearance and meters visible; additional information and quota/order/visibility options expand when needed.
- Usage & Spend with cost/token charts, a 7/30/90-day range, an activity heatmap, and provider, model, and project breakdowns when the CLI supplies them.
- A local Sessions tab. Transcript paths and working directories are never displayed or opened.
- Refresh on popup opening, plus optional privacy mode and automatic widget updates.
- English plus Italian, French, German, Spanish, and Brazilian Portuguese, selected through your Plasma language preferences.
Provider authentication and data support come from the CLI. The widget includes fallback metadata for all 69 providers in the official CodexBar 0.49.1 registry, rechecked against CLI 0.56.2. Available metrics and setup actions vary by provider. The proposed generic provider-settings descriptor is not available in CLI 0.57.0; its additional editors remain unavailable.
See the usage and settings guide for options and defaults, the documentation index for verified CLI evidence, and Linux parity TODO for remaining Linux/Plasma work.
- KDE Plasma 6,
kpackagetool6, and theorg.kde.plasma.plasma5supportQML module. - A working
codexbarCLI, available on Plasma'sPATHor through an absolute path configured in the widget. notify-sendfor Plasma notifications.curl,jq,python3,sha256sum, and GNUtimeoutfor the bundled release updater. GNUtimeoutalso bounds CLI writes after a secret prompt.
Distribution package names vary. Source builds additionally need make, Python
3, and GNU gettext; see Development.
-
Install the Linux CLI from the official CodexBar release tarballs or another method documented by upstream CodexBar. Third-party packages such as AUR can lag behind upstream releases. Set up your provider using the upstream instructions, then verify usage:
codexbar usage --format json --json-only
-
Download
codexbar-plasma.plasmoidfrom the widget's latest release. In the directory containing that file, run:kpackagetool6 -t Plasma/Applet -i codexbar-plasma.plasmoid
-
Open your Plasma panel's Add Widgets chooser and add CodexBar.
-
Open the widget settings. Use Providers to enable providers and supported setup actions, Panel to adjust the compact display, and General to choose refresh and privacy settings.
Provider enable/disable and setup actions change the CLI configuration immediately. Apply and Cancel cover widget settings only.
New widgets refresh quotas every five minutes, refresh again when you open the popup on quotas older than that interval, and show percent used. Warning and critical thresholds default to 80% and 95%. Existing settings are preserved when you upgrade.
Failed refreshes retain quotas measured within the last 24 hours and identify them as last known. A redacted cache restores recent quotas after a Plasma restart while the CLI refreshes. See data freshness for its limits.
Read the changelog for changes and upgrade notes by version.
To upgrade a release installation, download the new .plasmoid and run:
kpackagetool6 -t Plasma/Applet -u codexbar-plasma.plasmoidLog out and back in to load the new widget code, or reload your Plasma panels and desktop with:
systemctl --user restart plasma-plasmashell.serviceIn General → Updates, Check for widget updates and update notifications are enabled by default. Install widget updates automatically is opt-in. The bundled helper accepts only immutable GitHub releases. It binds assets to the advertised tag, verifies SHA-256 digests and the published checksum, and checks the applet ID and version before installation. A validation mismatch aborts the update.
For a source checkout, see the development update commands.
The source-checkout helper ./install.sh checks for kpackagetool6 and
systemctl before building, then installs the package and restarts Plasma.
Usage errors in the popup offer Retry and Settings. Open Diagnostics in widget settings to check the connection. Retry is unavailable while a quota refresh is running; the last known quotas stay visible when available.
Run codexbar usage --format json --json-only in a terminal. If it fails,
resolve the provider or CLI setup first. If it works, locate the executable:
command -v codexbarPaste the returned absolute path into Diagnostics → Command path. Plasma
may have a different PATH from your terminal. Use PATH restores the
portable codexbar default.
If the popup has no provider data, choose Configure providers, then open Providers in widget settings to enable or set up a provider.
Check that the provider is enabled in Providers, then inspect the relevant CLI response. For example, for Codex accounts and local cost data:
codexbar usage --provider codex --all-accounts --format json --json-only
codexbar cost --format json --json-onlyThe widget can display only data the CLI returns. Cost availability varies by provider; missing dollar amounts do not mean zero spend. If a feature is absent, check the usage guide and Linux parity TODO.
Check the widget's Notifications settings and test desktop notifications:
notify-send "CodexBar" "Notification test"Open a widget issue and complete the form: reproduction steps, expected and actual behavior, your distribution, and the Plasma, widget, and CLI versions. Report a suspected vulnerability privately through the security policy instead of opening an issue. For QML errors, inspect recent logs:
journalctl --user -u plasma-plasmashell.service --since '10 minutes ago' --no-pagerInclude only relevant CodexBar errors. Redact account details, paths, credentials, and other personal information before sharing logs or screenshots. If the CLI command itself fails, consult upstream CodexBar for provider setup and CLI support.
Build and install from a checkout:
git clone https://github.com/Lucenx9/codexbar-plasma.git
cd codexbar-plasma
make installThen reload Plasma as described under Update.
Run make check before submitting changes. The
development guide
covers dependencies, checks, isolated popup smoke tests, packaging, and QML
conventions. See the documentation index
for maintained references.
Contributions to the Plasma widget are welcome through pull requests. Read CONTRIBUTING.md first and include the verification results requested by the PR template. Provider logic and CLI contracts belong upstream. To add or improve a language, follow the translation guide. CLI-supplied free-form text retains its original language.
CodexBar Plasma is derived from CodexBar and distributed under the MIT License. See NOTICE.md for attribution.





