Monitor AI coding assistant token usage and costs from your GNOME desktop panel.
- GNOME Shell 45 or later
- CodeBurn CLI installed (
npm i -g codeburn) glib-compile-schemas(usually part ofglib2-develorlibglib2.0-dev)
cd gnome
chmod +x install.sh
./install.shThen restart GNOME Shell:
- Wayland: Log out and back in
- X11: Press
Alt+F2, typer, press Enter
Enable the extension:
gnome-extensions enable [email protected]Open preferences:
gnome-extensions prefs [email protected]Or use the GNOME Extensions app.
| Setting | Default | Description |
|---|---|---|
| Refresh Interval | 30s | How often to poll CodeBurn CLI |
| Default Period | Today | Period shown on open |
| Compact Mode | Off | Hide cost label, show icon only |
| Budget Threshold | $0 | Daily budget alert (0 = disabled) |
| Budget Alerts | Off | Show warning when budget exceeded |
| CLI Path | (auto) | Custom path to codeburn binary |
gnome-extensions disable [email protected]
rm -r ~/.local/share/gnome-shell/extensions/[email protected]Test changes without installing:
# Compile schemas locally
glib-compile-schemas schemas/
# Symlink for development
ln -sf "$(pwd)" ~/.local/share/gnome-shell/extensions/[email protected]
# Watch logs
journalctl -f -o cat /usr/bin/gnome-shell