forked from Shinonome/dots-hyprland
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
|
family: Config.options?.bar.workspaces.useNerdFont ? Appearance.font.family.iconNerd : defaultFont
|
||||||
}
|
}
|
||||||
color: wsNum.contentColor
|
color: wsNum.contentColor
|
||||||
text: wsNum.wsId
|
text: Config.options?.bar.workspaces.numberMap[wsNum.wsId - 1] || wsNum.wsId
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user