mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-05-19 16:13:56 +00:00
GNOME 45+ extension that shows live token costs in the top bar panel with a dropdown for provider breakdown, top activities/models, cache stats, and budget alerts. Polls `codeburn status --format menubar-json` every 30s — same data contract as the macOS menubar app. Includes GSettings preferences (refresh interval, compact mode, budget threshold, per-provider enable/disable toggles) with Libadwaita UI. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
23 lines
339 B
CSS
23 lines
339 B
CSS
.codeburn-panel-label {
|
|
margin-left: 4px;
|
|
}
|
|
|
|
.codeburn-hero-label {
|
|
font-size: 1.2em;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.codeburn-provider-cost {
|
|
margin-left: 16px;
|
|
font-variant-numeric: tabular-nums;
|
|
}
|
|
|
|
.codeburn-budget-warning {
|
|
color: #e5a50a;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.codeburn-stale-indicator {
|
|
opacity: 0.6;
|
|
font-style: italic;
|
|
}
|