From 8fccfef9f1acfab03b37e42a2c5e60eeea36e517 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 6 Feb 2026 21:38:00 +0100 Subject: [PATCH] hefty: bar: ws: make number map work --- .../ii/modules/hefty/topLayer/bar/widgets/HWorkspaces.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/widgets/HWorkspaces.qml b/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/widgets/HWorkspaces.qml index 059e365c4..ff8965df2 100644 --- a/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/widgets/HWorkspaces.qml +++ b/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/widgets/HWorkspaces.qml @@ -353,7 +353,7 @@ Item { family: Config.options?.bar.workspaces.useNerdFont ? Appearance.font.family.iconNerd : defaultFont } color: wsNum.contentColor - text: wsNum.wsId + text: Config.options?.bar.workspaces.numberMap[wsNum.wsId - 1] || wsNum.wsId } } }