-
-
Notifications
You must be signed in to change notification settings - Fork 707
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Focused workspace doesn't show workspace number #2295
Comments
I can confirm the issue. Downgraded to 0.9.18 and the issues disappeared. |
I was about to post this. It seems to have been introduced by this change https://github.com/Alexays/Waybar/pull/2223/files: - std::vector<std::string> keys = {name, "urgent", "focused", "visible", "default"};
+ std::vector<std::string> keys = {"urgent", "focused", name, "visible", "default"}; Before this update, Urgent workspaces wouldn't show the urgent icon because std::vector<std::string> keys = {"urgent", name, "focused", "visible", "default"}; |
v0.9.18 doesn't load anymore and says Updating to |
@Kagukara #2223 technically solves this issue, but it requires you to update your config to restore the previous functionality that you were probably expecting. Simply add an array of the workspace names that you want to continue showing the name/icon despite being the focused workspace. Here's an example. This currently only works on master. |
@tyrumus where did you find that configuration option? I can't seem to find it in the wiki nor it works for me. I still don't see the workspace icons. EDIT: I just noticed you said master, so probably not released yet. |
That worked, thank you. |
Apparently, this issue was fixed by this patch #2336. I've just added an example to the Wiki that shows how to attain the old behavior. |
yeah, it get solved putting |
Same. Thanks! |
Version: Waybar v0.9.19
Last Updated: 2023-07-08 00:00 UTC (https://archlinux.org/packages/extra/x86_64/waybar/)
After updating waybar the focused workspace no longer has its number and now looks like this:
When before it was like this:
I have tried messing with the
#workspaces button.focused
part in my style.css but nothing has worked.The text was updated successfully, but these errors were encountered: