omarchy.bar-settings and omarchy.image-picker are shell infrastructure — the customizer and image picker themselves. Listing them in 'Other plugins' with move/remove arrows is misleading: removing the panel plugin doesn't disable anything (it's summoned on demand via IPC), and adding them never made sense. Dropped them from shell-defaults.json's plugins[] and from the inline builtinShellConfig fallback. normalizeDraft and availableToAdd now skip manifests with __isFirstParty so existing user shell.json files self-heal on next load.
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"version": 1,
|
|
"bar": {
|
|
"position": "top",
|
|
"fontFamily": "JetBrainsMono Nerd Font",
|
|
"centerAnchor": "calendar",
|
|
"layout": {
|
|
"left": [
|
|
{ "id": "omarchy" },
|
|
{ "id": "workspacesPro" },
|
|
{ "id": "activeWindow" }
|
|
],
|
|
"center": [
|
|
{ "id": "media" },
|
|
{ "id": "calendar", "format": "dddd HH:mm", "formatAlt": "dd MMMM 'W'ww yyyy", "verticalFormat": "HH\n—\nmm" },
|
|
{ "id": "weatherFlyout" },
|
|
{ "id": "update" },
|
|
{ "id": "voxtype" },
|
|
{ "id": "screenRecording" },
|
|
{ "id": "idle" },
|
|
{ "id": "notifications" }
|
|
],
|
|
"right": [
|
|
{ "id": "tray" },
|
|
{ "id": "systemStats" },
|
|
{ "id": "microphone" },
|
|
{ "id": "bluetoothPanel" },
|
|
{ "id": "networkPanel" },
|
|
{ "id": "audioPanel" },
|
|
{ "id": "nightLight" },
|
|
{ "id": "brightness" },
|
|
{ "id": "powerProfile" },
|
|
{ "id": "battery" },
|
|
{ "id": "controlCenter" },
|
|
{ "id": "powerMenu" }
|
|
]
|
|
}
|
|
},
|
|
"plugins": []
|
|
}
|