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
+1 -1
View File
@@ -48,7 +48,7 @@ ShellRoot {
fontFamily: "JetBrainsMono Nerd Font",
centerAnchor: "calendar",
layout: {
left: [{ id: "omarchy" }, { id: "workspacesPro" }],
left: [{ id: "omarchy" }, { id: "workspaces" }],
center: [{ id: "calendar", format: "dddd HH:mm" }],
right: [{ id: "audioPanel" }, { id: "controlCenter" }, { id: "powerMenu" }]
}