From d7da0d0883e0f347f0ad019be69458484a8f78c5 Mon Sep 17 00:00:00 2001 From: Teo Date: Fri, 13 Feb 2026 18:06:51 +0100 Subject: [PATCH] tweak to workspace size --- modules/bar/widgets/Workspaces.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bar/widgets/Workspaces.qml b/modules/bar/widgets/Workspaces.qml index 2a03db9..ebe3970 100644 --- a/modules/bar/widgets/Workspaces.qml +++ b/modules/bar/widgets/Workspaces.qml @@ -14,7 +14,7 @@ Row { // Workspace Row Rectangle { //workspace visible: modelData.monitor === thisMonitor - width: workspaceNum.width + 16 + width: workspaceNum.width + 26 height: workspaceNum.height + 8 radius: 4 color: modelData.active ? "#4a93ff": "#333333"