General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
A GNOME Shell extension that displays your Claude AI usage quota in the top bar.
Sign in to like and favorite skills
A GNOME Shell extension that displays your Claude AI usage quota in the top bar.

# Copy the CLI tool cp codexbar.py ~/.local/bin/codexbar chmod +x ~/.local/bin/codexbar # Verify it works codexbar usage -p claude
# Copy extension files mkdir -p ~/.local/share/gnome-shell/extensions/codexbar@claude cp -r extension/* ~/.local/share/gnome-shell/extensions/codexbar@claude/ # Enable the extension gnome-extensions enable codexbar@claude
Alt+F2, type r, press Enter (X11 only)Once installed, the extension shows your Claude usage percentage in the top bar.
Click on the indicator to see detailed statistics.
The
codexbar CLI can be used independently:
# Show all providers codexbar usage # Show Claude only codexbar usage -p claude # JSON output codexbar usage -p claude --format json --pretty # Show cost breakdown codexbar cost -p claude
~/.claude/.credentials.json~/.claude/stats-cache.jsonNote: Your credentials are never stored or transmitted by this extension. All authentication is handled locally through your existing Claude Code setup.
gh CLI)MIT License - see LICENSE
Inspired by CodexBar by Peter Steinberger.