Open ThrowTop opened 1 week ago
BTW how did you get 200 volume
scroll wheel on my keyboard which is bound to increase the volume using pactl
bind = , XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +5% # Increase volume by 5%
bind = , XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -5% # Reduce volume by 5%
works the same as using some function/media keys
Describe the bug
At exactly 200 volume a small part of the normal color is still shown behind because the bar gets afew pixels or so longer when the volume goes between 100 and 105. (switch between 100 and 105 quickly to see this in effect)
at 201 or higher volume the rounding at the top stops working and results in a non rounded rectangle (see image 2)
To Reproduce 201 or 200 volume.
Expected behavior above 200 the bar should round to stay consistent with the design. at 200 it should be filled with the overflow color.
Screenshots
1 2 3
Desktop: