From 429456de37501b9b4bbca967e11aead4633c4155 Mon Sep 17 00:00:00 2001 From: SirBlobby Date: Fri, 21 Aug 2026 16:30:45 -0400 Subject: [PATCH] Remove the system monitor widget from the bar --- omarchy/README.md | 8 +++----- omarchy/shell.json | 9 --------- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/omarchy/README.md b/omarchy/README.md index e031ef6..4776a21 100644 --- a/omarchy/README.md +++ b/omarchy/README.md @@ -23,7 +23,7 @@ Ported from the old `waybar/config.jsonc`, section for section: | `network` | `omarchy.network` | | `pulseaudio` | `omarchy.audio` | | `battery` | `omarchy.power` | -| `cpu` | `blob.cpu` (custom module) | +| `cpu` | dropped (btop and the AGS system monitor have no bar entry point now) | | `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 | @@ -52,11 +52,9 @@ clears it. The lock screen carries the branding on its own (see ## Custom modules -The bar accepts arbitrary ids with `type: "command"`, which is how the two -AGS entry points survive the move off waybar: +The bar accepts arbitrary ids with `type: "command"`, which is how the AGS +entry points survive the move off waybar: -- `blob.cpu` - left opens btop, middle opens alacritty, right toggles the AGS - system monitor - `blob.notifications` - left toggles the AGS notification center, right toggles notification silencing - `blob.clock` - left toggles AGS quick settings, middle opens the shell's own diff --git a/omarchy/shell.json b/omarchy/shell.json index 3a12d09..7a93644 100644 --- a/omarchy/shell.json +++ b/omarchy/shell.json @@ -51,15 +51,6 @@ { "id": "omarchy.monitor" }, - { - "id": "blob.cpu", - "type": "command", - "text": "󰍛", - "tooltip": "System monitor", - "onClick": "omarchy-launch-or-focus-tui btop", - "onMiddleClick": "alacritty", - "onRightClick": "ags toggle sys-monitor" - }, { "id": "omarchy.power" },