Remove the system monitor widget from the bar
This commit is contained in:
+3
-5
@@ -23,7 +23,7 @@ Ported from the old `waybar/config.jsonc`, section for section:
|
|||||||
| `network` | `omarchy.network` |
|
| `network` | `omarchy.network` |
|
||||||
| `pulseaudio` | `omarchy.audio` |
|
| `pulseaudio` | `omarchy.audio` |
|
||||||
| `battery` | `omarchy.power` |
|
| `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) |
|
| `custom/notification` | `blob.notifications` (custom module) |
|
||||||
| (new in Omarchy 4) | `omarchy.agents` - AI agent usage |
|
| (new in Omarchy 4) | `omarchy.agents` - AI agent usage |
|
||||||
| (new in Omarchy 4) | `omarchy.monitor` - brightness and display controls |
|
| (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
|
## Custom modules
|
||||||
|
|
||||||
The bar accepts arbitrary ids with `type: "command"`, which is how the two
|
The bar accepts arbitrary ids with `type: "command"`, which is how the AGS
|
||||||
AGS entry points survive the move off waybar:
|
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
|
- `blob.notifications` - left toggles the AGS notification center, right
|
||||||
toggles notification silencing
|
toggles notification silencing
|
||||||
- `blob.clock` - left toggles AGS quick settings, middle opens the shell's own
|
- `blob.clock` - left toggles AGS quick settings, middle opens the shell's own
|
||||||
|
|||||||
@@ -51,15 +51,6 @@
|
|||||||
{
|
{
|
||||||
"id": "omarchy.monitor"
|
"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"
|
"id": "omarchy.power"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user