Add the monitor widget to the bar
Claude-Session: https://claude.ai/code/session_014ADhvRXuiTvrXSbConxUey
This commit is contained in:
@@ -26,6 +26,7 @@ Ported from the old `waybar/config.jsonc`, section for section:
|
|||||||
| `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 |
|
| (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
|
Drop the `items` list from `omarchy.indicators` to show all six indicators
|
||||||
(adds `NightLight` and `Reminder`).
|
(adds `NightLight` and `Reminder`).
|
||||||
|
|||||||
@@ -56,6 +56,9 @@
|
|||||||
{
|
{
|
||||||
"id": "omarchy.audio"
|
"id": "omarchy.audio"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "omarchy.monitor"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "blob.cpu",
|
"id": "blob.cpu",
|
||||||
"type": "command",
|
"type": "command",
|
||||||
|
|||||||
Reference in New Issue
Block a user