Drop media and activeWindow from default bar layout
Aligns shell-defaults.json with the practical default — no media widget in center, no activeWindow on the left.
This commit is contained in:
@@ -7,11 +7,9 @@
|
|||||||
"layout": {
|
"layout": {
|
||||||
"left": [
|
"left": [
|
||||||
{ "id": "omarchy" },
|
{ "id": "omarchy" },
|
||||||
{ "id": "workspaces" },
|
{ "id": "workspaces" }
|
||||||
{ "id": "activeWindow" }
|
|
||||||
],
|
],
|
||||||
"center": [
|
"center": [
|
||||||
{ "id": "media" },
|
|
||||||
{ "id": "calendar", "format": "dddd HH:mm", "formatAlt": "dd MMMM 'W'ww yyyy", "verticalFormat": "HH\n—\nmm" },
|
{ "id": "calendar", "format": "dddd HH:mm", "formatAlt": "dd MMMM 'W'ww yyyy", "verticalFormat": "HH\n—\nmm" },
|
||||||
{ "id": "weatherFlyout" },
|
{ "id": "weatherFlyout" },
|
||||||
{ "id": "update" },
|
{ "id": "update" },
|
||||||
@@ -22,12 +20,12 @@
|
|||||||
],
|
],
|
||||||
"right": [
|
"right": [
|
||||||
{ "id": "tray" },
|
{ "id": "tray" },
|
||||||
{ "id": "systemStats" },
|
|
||||||
{ "id": "microphone" },
|
{ "id": "microphone" },
|
||||||
{ "id": "bluetoothPanel" },
|
{ "id": "bluetoothPanel" },
|
||||||
{ "id": "networkPanel" },
|
{ "id": "networkPanel" },
|
||||||
{ "id": "audioPanel" },
|
{ "id": "audioPanel" },
|
||||||
{ "id": "battery" },
|
{ "id": "battery" },
|
||||||
|
{ "id": "systemStats" },
|
||||||
{ "id": "controlCenter" }
|
{ "id": "controlCenter" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user