From 36c5ce8b586a9a17e7886fa8b3fdc4c5740817ae Mon Sep 17 00:00:00 2001 From: SirBlobby Date: Wed, 19 Aug 2026 14:11:55 -0400 Subject: [PATCH] Add the monitor 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 8b7c685..e759bbf 100644 --- a/omarchy/README.md +++ b/omarchy/README.md @@ -26,6 +26,7 @@ Ported from the old `waybar/config.jsonc`, section for section: | `cpu` | `blob.cpu` (custom module) | | `custom/notification` | `blob.notifications` (custom module) | | (new in Omarchy 4) | `omarchy.agents` - AI agent usage | +| (new in Omarchy 4) | `omarchy.monitor` - brightness and display controls | 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 4834401..340bb5e 100644 --- a/omarchy/shell.json +++ b/omarchy/shell.json @@ -56,6 +56,9 @@ { "id": "omarchy.audio" }, + { + "id": "omarchy.monitor" + }, { "id": "blob.cpu", "type": "command",