Use capitalized camel for all classes

This commit is contained in:
David Heinemeier Hansson
2026-05-20 22:00:10 +02:00
parent ac859b5157
commit f9a2685aab
42 changed files with 129 additions and 135 deletions
+5 -5
View File
@@ -168,12 +168,12 @@ rewrites the `bar` subtree from the current `shell-defaults.json`.
"bar": {
"position": "top",
"transparent": false,
"centerAnchor": "clock",
"centerAnchor": "Clock",
"layout": {
"left": [ { "id": "omarchy" }, { "id": "workspaces" } ],
"center": [ { "id": "clock", "format": "HH:mm" } ],
"left": [ { "id": "Omarchy" }, { "id": "Workspaces" } ],
"center": [ { "id": "Clock", "format": "HH:mm" } ],
"right": [
{ "id": "audioPanel" }
{ "id": "AudioPanel" }
]
}
},
@@ -195,7 +195,7 @@ rewrites the `bar` subtree from the current `shell-defaults.json`.
with the shell IPC. First-party plugins are always enabled.
4. **Multiple instances** are allowed when a manifest sets
`allowMultiple: true`. Each instance is independent — e.g. two clock
widgets in different timezones are just two `{"id":"clock", "timezone": ...}`
widgets in different timezones are just two `{"id":"Clock", "timezone": ...}`
entries with their own values.
5. **Idle timings are top-level.** `idle.screensaver` and `idle.lock`
are seconds since user idle began, so the default lock fires at 300s