Drop animated workspacesPro widget; legacy workspaces is the default

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.
This commit is contained in:
Ryan Hughes
2026-05-14 02:21:48 -04:00
parent 14ed2560f9
commit 5476b9d13b
7 changed files with 6 additions and 139 deletions
@@ -30,7 +30,7 @@ Example `shell.json` (bar subtree only shown):
"left": [
{ "id": "omarchy" },
{ "id": "spacer", "size": 12 },
{ "id": "workspacesPro" }
{ "id": "workspaces" }
],
"center": [
{ "id": "media" },
@@ -66,7 +66,6 @@ Example `shell.json` (bar subtree only shown):
| `powerProfile` | Current power profile + popup picker | left = popup |
| `systemStats` | Inline CPU + memory sparklines, popup with detail | left = popup · right = terminal |
| `weatherFlyout` | Weather icon + popup with forecast | left = popup · right = full notification |
| `workspacesPro` | Animated focus indicator that slides between workspaces | left = focus · right = move window · scroll = cycle |
| `powerMenu` | Power icon → popup with lock/suspend/log out/reboot/shutdown | left = popup |
| `idleInhibitor` | Coffee-cup that toggles `omarchy-toggle-idle` | left = toggle |
| `microphone` | Mic icon + scroll volume | left = mute toggle · middle = audio TUI · scroll = source volume |