Pull low battery warning into shell

This commit is contained in:
David Heinemeier Hansson
2026-05-19 21:28:32 +02:00
parent 15f461c1df
commit 1a630b1239
12 changed files with 119 additions and 69 deletions
+1
View File
@@ -19,6 +19,7 @@ User-installed plugins live alongside these conceptually but on disk under
| Clipboard mgr | `omarchy.clipboard-picker`| `overlay` | `clipboard-picker/ClipboardPicker.qml`|
| Omarchy menu | `omarchy.menu` | `menu` | `menu/Menu.qml` |
| Notifications | `omarchy.notifications` | `service` | `notifications/Service.qml` |
| Battery mon. | `omarchy.battery-monitor` | `service` | `battery-monitor/Service.qml` |
| Idle monitor | `omarchy.idle` | `service` | `idle/Service.qml` |
| Lock screen | `omarchy.lock` | `service` | `lock/Service.qml` |
| OSD | `omarchy.osd` | `panel` | `osd/Osd.qml` |