gelzinn avatar
Back

Omarchy AI Status

00:00
00:00

your Waybar already shows your CPU, memory, and battery — why not your AI quota too?

i built Omarchy AI Status because i got tired of hitting rate limits mid-session. it's a lightweight Waybar module that monitors usage limits across seven AI providers — Claude, Copilot, Codex, Z.AI, Kiro, Antigravity, and OpenCode — all in real time

what it does

how it works

a Python daemon runs persistently in the background, fetching usage data from all enabled providers in parallel. each provider has a query.sh (raw data fetching) and a parse.py (structured formatting), making it straightforward to add new providers

the daemon outputs JSON for Waybar's return-type: json format, with a status icon and a detailed tooltip showing progress bars and reset timers. scroll up/down to switch between providers, middle-click to cycle metric types (rolling → weekly → monthly)

why it matters

if you work with AI tools daily, you know the pain of being cut off at the worst moment. this module puts your quota front and center — in your status bar, always visible, always up to date

check out the source code and install it with a single command