From af08c61c4fbd683038c2be4663867a4c14ff0f18 Mon Sep 17 00:00:00 2001 From: lucy Date: Thu, 12 Feb 2026 00:43:30 +0100 Subject: [PATCH] meow --- modules/bar/Workspaces.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/bar/Workspaces.qml b/modules/bar/Workspaces.qml index d8a125e..62cea8d 100644 --- a/modules/bar/Workspaces.qml +++ b/modules/bar/Workspaces.qml @@ -51,6 +51,8 @@ Rectangle { CustomText { anchors.centerIn: workspaceNumber + verticalAlignment: Text.AlignVCenter + horizontalAlignment: Text.AlignHCenter text: parent.modelData.id color: parent.modelData.focused ? Colors.onPrimaryColor : Colors.onSurfaceColor opacity: workspaceNumber.modelData.focused ? 1 : 0.5