Skip to content
Discussion options

You must be logged in to vote

From what I understand, hover styling isn’t really supported for individual window icons in the Hyprland workspace taskbar.

Those icons are rendered as part of a single element and don’t expose separate GTK selectors, so :hover won’t apply to each window individually.

You can still use hover on workspace buttons themselves (like #workspaces button:hover), but not on the individual taskbar icons inside them.

For visual feedback, using active or focused states (like enabling update-active-window and styling .active) is probably the closest alternative.

If you check with GTK_DEBUG=interactive, you’ll also notice there isn’t a separate widget for each icon, which is why hover doesn’t work here.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by GoranKovac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants