codeburn/gnome/stylesheet.css
thameem-abbas 30b3ad0503 feat: add GNOME Shell extension for Linux panel indicator
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>
2026-05-04 09:44:35 -04:00

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;
}