Extract workspace switcher widget

This commit is contained in:
David Heinemeier Hansson
2026-05-20 17:53:05 +02:00
parent f0f58fea2f
commit 1ff343428c
4 changed files with 75 additions and 59 deletions
-1
View File
@@ -292,7 +292,6 @@ Item {
// ---------------- widget catalog -----------------------------------------
readonly property var builtinWidgetMeta: ({
"omarchy": { name: "Omarchy menu", description: "Launches the Omarchy menu", category: "Compositor" },
"workspaces": { name: "Workspaces", description: "Workspace number indicators", category: "Compositor" },
"clock": { name: "Clock", description: "Date / time text", category: "Time" },
"update": { name: "Updates", description: "Indicates available system updates", category: "System" },
"indicators": { name: "Indicators", description: "Manual state indicators", category: "Status" },