We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I was wondering how hover works on labels, I have this custom widget that shows what music I'm listening to
"custom/playerctl": { "interval": 1, "exec": "~/.config/waybar/scripts/playerctl.sh", "on-click": "playerctl play-pause", "on-scroll-up": "playerctl next", "on-scroll-down": "playerctl previous", "scroll-step": 10 },
and I wanted to add a style when the cursor hovers that widget like this
#custom-playerctl:hover { background: white; }
but it doesn't seem to work, is there a class that is applied to a widget when it is hovered? thanks
The text was updated successfully, but these errors were encountered:
Fixed with #3145
Sorry, something went wrong.
No branches or pull requests
Hi, I was wondering how hover works on labels, I have this custom widget that shows what music I'm listening to
and I wanted to add a style when the cursor hovers that widget like this
but it doesn't seem to work, is there a class that is applied to a widget when it is hovered?
thanks
The text was updated successfully, but these errors were encountered: