Use capitalized camel for all classes
This commit is contained in:
+5
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user