hefty: bar: ws: make number map work

This commit is contained in:
end-4
2026-02-06 21:38:00 +01:00
parent 9e6c1d7c08
commit 8fccfef9f1
@@ -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
}
}
}