Skip to content
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

per monitor styling hyprland workspaces #2959

Closed
WinteruOfficiel opened this issue Feb 23, 2024 · 4 comments · Fixed by #2968
Closed

per monitor styling hyprland workspaces #2959

WinteruOfficiel opened this issue Feb 23, 2024 · 4 comments · Fixed by #2968

Comments

@WinteruOfficiel
Copy link

Hello, I’m using arch with waybar (with the hyprland workspace module) and I want to highlight the current workspace I am but for each monitors, is that possible ?

like on monitor 1, I am on workspace 2 so on the waybar of monitor 1, workspace 2 is highlighted.
But on monitor 2, I am on workspace 4 so on the waybar of monitor 2, the 4th one is highlight.

@jramrath
Copy link
Contributor

As long as all-outputs: false, you should be able to that with #workspaces .visible { } in your css.

@WinteruOfficiel
Copy link
Author

I would prefer to keep all output as true, maybe you know have a different color based on where the workspace is.

@jramrath
Copy link
Contributor

That would require a new css class showing where the workspace is visible. Something like .HDMI-A-1.

If I find the time I'll take a look.

@WinteruOfficiel
Copy link
Author

Thanks a lot !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants