hefty: bar: ws: make number map work

This commit is contained in:
end-4
2026-02-06 21:38:00 +01:00
parent 4a44994168
commit 5f9fe2d250
@@ -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
}
}
}