From ae3d9fcad18103efa96edaff6ae6e49661ec85cc Mon Sep 17 00:00:00 2001 From: SirBlobby Date: Wed, 19 Aug 2026 14:09:17 -0400 Subject: [PATCH] Add the agents widget to the bar Claude-Session: https://claude.ai/code/session_014ADhvRXuiTvrXSbConxUey --- omarchy/README.md | 1 + omarchy/shell.json | 3 +++ 2 files changed, 4 insertions(+) diff --git a/omarchy/README.md b/omarchy/README.md index f161346..b5d5a73 100644 --- a/omarchy/README.md +++ b/omarchy/README.md @@ -25,6 +25,7 @@ Ported from the old `waybar/config.jsonc`, section for section: | `battery` | `omarchy.power` | | `cpu` | `blob.cpu` (custom module) | | `custom/notification` | `blob.notifications` (custom module) | +| (new in Omarchy 4) | `omarchy.agents` - AI agent usage | Drop the `items` list from `omarchy.indicators` to show all six indicators (adds `NightLight` and `Reminder`). diff --git a/omarchy/shell.json b/omarchy/shell.json index 0ec7697..cb2abbe 100644 --- a/omarchy/shell.json +++ b/omarchy/shell.json @@ -41,6 +41,9 @@ { "id": "omarchy.tray" }, + { + "id": "omarchy.agents" + }, { "id": "omarchy.bluetooth" },