Skip to content
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

backlight_silder acting weird #3812

Open
heeeeeeeeeeh opened this issue Dec 6, 2024 · 0 comments
Open

backlight_silder acting weird #3812

heeeeeeeeeeh opened this issue Dec 6, 2024 · 0 comments

Comments

@heeeeeeeeeeh
Copy link

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;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant