Move bar indicators into AGS, add calendar navigation and tooltips

Claude-Session: https://claude.ai/code/session_014ADhvRXuiTvrXSbConxUey
This commit is contained in:
2026-08-19 14:27:34 -04:00
parent 85652bd0b3
commit e9616a67c9
6 changed files with 159 additions and 71 deletions
+9 -6
View File
@@ -14,10 +14,10 @@ Ported from the old `waybar/config.jsonc`, section for section:
| `hyprland/workspaces` | `blob.workspaces` (cloned plugin) |
| `clock` | `blob.clock` (custom module) |
| `custom/update` | `omarchy.system-update` |
| `custom/voxtype` | `omarchy.indicators` -> `Dictation` |
| `custom/screenrecording-indicator` | `omarchy.indicators` -> `ScreenRecording` |
| `custom/idle-indicator` | `omarchy.indicators` -> `StayAwake` |
| `custom/notification-silencing-indicator` | `omarchy.indicators` -> `Dnd` |
| `custom/voxtype` | AGS quick settings -> Dictate tile |
| `custom/screenrecording-indicator` | AGS quick settings -> Record tile |
| `custom/idle-indicator` | AGS quick settings -> Stay Awake tile |
| `custom/notification-silencing-indicator` | AGS quick settings -> Silence tile |
| `group/tray-expander` | `omarchy.tray` |
| `bluetooth` | `omarchy.bluetooth` |
| `network` | `omarchy.network` |
@@ -28,8 +28,11 @@ Ported from the old `waybar/config.jsonc`, section for section:
| (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`).
The bar carries no `omarchy.indicators` widget: those four toggles live in the
AGS quick settings panel instead, so the bar keeps only the clock and the
update indicator in its center. Add `{ "id": "omarchy.indicators" }` back to
`center` to restore them (omit `items` for all six, which adds `NightLight`
and `Reminder`).
## Custom modules
-9
View File
@@ -29,15 +29,6 @@
},
{
"id": "omarchy.system-update"
},
{
"id": "omarchy.indicators",
"items": [
"Dictation",
"ScreenRecording",
"StayAwake",
"Dnd"
]
}
],
"right": [