mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-05 20:28:25 +02:00
The legacy 'workspaces' built-in renders cleaner than the animated workspacesPro file widget. Removed the widget file, its first-party registration in Bar.qml, and updated the default layouts and docs. 'workspaces' loses the (legacy) tag in the catalog since there's no alternative anymore.
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": "workspaces" },
|
|
{ "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": []
|
|
}
|