use (tweaked) roboto flex for shell text

This commit is contained in:
end-4
2025-11-02 00:57:50 +01:00
parent dcc14a565d
commit 09c637914d
27 changed files with 210 additions and 546 deletions
@@ -232,7 +232,7 @@ Item {
verticalAlignment: Text.AlignVCenter
font {
pixelSize: Appearance.font.pixelSize.small - ((text.length - 1) * (text !== "10") * 2)
family: Config.options?.bar.workspaces.useNerdFont ? Appearance.font.family.iconNerd : Appearance.font.family.main
family: Config.options?.bar.workspaces.useNerdFont ? Appearance.font.family.iconNerd : defaultFont
}
text: Config.options?.bar.workspaces.numberMap[button.workspaceValue - 1] || button.workspaceValue
elide: Text.ElideRight