Open
Description
I can not grab slider only click on it. When I grab the slider and move it, it still registers as clicked even though I let go. The brightness of my monitor goes bright and dim repeatedly (Can't really see that in the vid).
20241206T131450.mp4
have default config for slider with some styling:
#backlight-slider {
color: @main-fg;
background: @main-bg;
opacity: 1;
margin: 6px 0px 6px 0px;
padding-left: 6px;
padding-right: 6px;
}
#backlight-slider slider {
min-width: 10px;
color: @wb-color;
}
#backlight-slider trough {
min-width: 50px;
border-radius: 5px;
background-color: @wb-hvr-fg;
}
#backlight-slider highlight {
color: @wb-color;
min-width: 30px;
border-radius: 5px;
background-color: @wb-act-fg;
}