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",