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 } } }