-
Notifications
You must be signed in to change notification settings - Fork 56
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
[Question] ChromeOS style and related problems #619
Comments
For this you can use the
Currently this is not possible through Ironbar itself, although I am possibly looking to change that as part of the next update or so. You could potentially do this using
Same story as above currently. |
Well, I guess it applies to the first element of the module (like the first instance of a clock or volume control). But I want it to apply to the edge widgets on the right side of the bar. In this case, the first would be the volume control and the last would be the notification widget. And I want to apply |
Incorrect, it applies to any widget which is the first in its container. So you can do .end .widget:first-child or .end .volume:first-child to select it |
Oh, then I'll try to explain more clearly. I want to work with the edge widgets (containers?) on the right side of the bar. In this case, I'm representing the list like this: [volume, clock, notifications]. And I want to select the first and the last items of the list and assign certain properties to them. In this case it would be volume and notification widgets. |
Have you tried the selectors above to see if they work for you? |
Yeah, I've tried that and I don't see any impact for some reason.
|
Is your question related to a problem? Please describe.
I've tried to set specific border-radius for the edge nodules, but without success. The settings apply to the children of the children of the bar, not the children of the bar. For example,
#bar #start .item:not(:first_child):not(:last_child)
applies to workspace entries, but no to the workspace widget itself. Here's exactly what I tried:Describe the solution you'd like
Describe alternatives you've considered
.module-right
Alexays/Waybar#1746Additional context
The text was updated successfully, but these errors were encountered: