Add the agents widget to the bar

Claude-Session: https://claude.ai/code/session_014ADhvRXuiTvrXSbConxUey
This commit is contained in:
2026-08-19 14:09:17 -04:00
parent fa513944f6
commit ae3d9fcad1
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@ Ported from the old `waybar/config.jsonc`, section for section:
| `battery` | `omarchy.power` | | `battery` | `omarchy.power` |
| `cpu` | `blob.cpu` (custom module) | | `cpu` | `blob.cpu` (custom module) |
| `custom/notification` | `blob.notifications` (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 Drop the `items` list from `omarchy.indicators` to show all six indicators
(adds `NightLight` and `Reminder`). (adds `NightLight` and `Reminder`).
+3
View File
@@ -41,6 +41,9 @@
{ {
"id": "omarchy.tray" "id": "omarchy.tray"
}, },
{
"id": "omarchy.agents"
},
{ {
"id": "omarchy.bluetooth" "id": "omarchy.bluetooth"
}, },