Waybar Claude Status
Description
waybar module showing live Claude Code session status (working / waiting / idle), including background jobs that need your input. Reads Claude Code's own state files. Multi-session aware, zero dependencies.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
waybar-claude-status
See what every Claude Code session is doing - right from your bar.
[](./LICENSE) [](https://www.gnu.org/software/bash/) [](https://github.com/Alexays/Waybar)
A [waybar](https://github.com/Alexays/Waybar) module that shows the live status of your [Claude Code](https://claude.com/claude-code) sessions, read straight from the state Claude Code publishes about itself. Built and tested on Void Linux + sway.
The bar shows one of:
- claude working - Claude is actively running (prompt submitted / a tool is executing)
- claude waiting - Claude needs your attention (a permission prompt, a sandbox request, any open dialog)
- claude idle - session is open and waiting for your next prompt
- (nothing) - no active sessions
With several sessions in the **same** state the label gains a count, e.g. `claude working (2)`. When they **differ** it shows a per-state breakdown - `claude 1 waiting 1 working` - so a working+idle pair never reads as two working. The colour follows the highest-priority state present (**waiting > working > idle**), and the tooltip lists each session by its working directory.
Features
- Truthful - reports the status Claude Code itself publishes, rather than reconstructing it from an event stream that has gaps
- Realtime - an optional one-line hook signals waybar (
SIGRTMIN+10) so the bar updates the instant something changes, instead of on the poll interval - Multi-session aware - aggregates every open session, with a count and a per-session tooltip
- Stateless - keeps no state of its own, so there is nothing to get stuck, go stale or need pruning
- Themeable - a CSS class per state (
working/waiting/idle/none) - **
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11