Hey,
I have 2 monitors and it's good to know which workspace is active on which monitor (even if the Monitor ist not focused) so is there an option like active_workspace in swaybar?
I tried it with:
#workspaces button.active {
background: rgba(34,139,34, 0.5);
}
But it seems that it does not work.
Is the visible class resolve your issue?
Yes it solved it thank you. But for those who are reading this make sure you define focused after visible in style.css otherwise it gets somehow overwritten at least with my config.
@Kakashiiiiy I would recommend editing the wiki to add this also for people viewing it later
Well my english is not the best and there is no "good" section where I could add this. @SethBarberee
Most helpful comment
Is the
visibleclass resolve your issue?