mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
hefty: bar: ws: make number map work
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user