Well, lmy title might've been bad, but listen.
Look, i have waybar, and its showing the workspace number in a perfect state.
but i want the active workspace to have a different colour.
but it doesn't work.
i tried {name}, {id}, and {icon}
heres config.jsonc part
"hyprland/workspaces": {
"disable-scroll": false,
"all-outputs": true,
"on-scroll-up": "hyprctl dispatch workspace e+1",
"on-scroll-down": "hyprctl dispatch workspace e-1",
"on-click": "activate",
"format-icons": {
"active": "{id}"
},
"format": "{icon}"
},