hrdl

Results 61 comments of hrdl

I tested this using both the default and an empty `style.css` file. Setting the padding explicitly to zero doesn't help either or increasing the size of the elements by adding...

When leaving any of the groups upwards waybar freezes and I have to restart it. Leaving them sideways closes them correctly, assuming the bar is on the left.

Maybe this clarifies my explanation: https://github.com/Alexays/Waybar/assets/31923882/e9e94c0c-c243-40ca-b1ea-877ec6b865bb Leaving the first widget to the right fires a single LEAVE event and closes the revealer. When entering the revealer the handler gets flooded...

I've fixed the hover issue, but introduced some other event-related issues. I'm not very familiar with GTK3 and was mostly looking into this out of curiosity, so I'd appreciate any...

I am still experiencing an issue with 0.10.3 when entering/leaving the group parallel to the bar. Config: ``` "group/group-upower": { "orientation": "inherit", "drawer": {}, "modules": [ "battery", "upower", ], },...

Absolutely. I haven't been able to trigger any "critical" issues.

It doesn't. I've never noticed any difference when setting `transition-duration`.

This time removing any padding and margin from the group seems to solve the high-frequency toggle issue. I haven't been able to trigger the transition animation yet. I'd be fine...

> I haven't been able to trigger the transition animation yet. Mystery solved. I forgot that I use the following to reduce the amount of animations encountered in librewolf/firefox. ```...

Closing this in favour of #3243. Using @haug1's snippet referenced above as inspiration I'm using the following. Border radius and animation smoothing don't seem to cause any issues in this...