diff --git a/config/ags/widget/Bar.tsx b/config/ags/widget/Bar.tsx index 3f6c0a0c..92654f3d 100644 --- a/config/ags/widget/Bar.tsx +++ b/config/ags/widget/Bar.tsx @@ -83,10 +83,13 @@ function Workspaces() { const workspaceButtons: number[] = (Array.from({ length: 10 }, (_, id) => id + 1)) + const focusWorkspace = (workspaceId: number) => hypr.dispatch("workspace", workspaceId.toString()); + return {workspaceButtons.map (workspace => )}