Consolidate nested READMEs into docs/; trim drift

This commit is contained in:
Ryan Hughes
2026-05-18 03:16:28 -04:00
parent 2314c821a3
commit d6708ffe69
6 changed files with 130 additions and 492 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ Plugin contract:
`~/.config/omarchy/plugins/<id>/` (third-party).
- Every plugin ships a `manifest.json` declaring `id`, `kinds`,
`activation`, and `entryPoints`. The full schema is in
`default/quickshell/omarchy-shell/README.md`.
[`docs/omarchy-shell.md`](docs/omarchy-shell.md).
- Entry-point QML files are `Item`s (not `ShellRoot`), and accept the
shell-injected properties `omarchyPath`, `shell`, `manifest`, and
`pluginRegistry` / `barWidgetRegistry` as appropriate.