We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When wldash is opened and the brightness is adjusted with the keyboard keys¹ the bar does not change. Restarting wldash displays the updated value.
The same issue can not be observed with the volume. The displayed bar is being updated in "real time".
¹ sway config: bindsym XF86MonBrightnessDown exec light -U 10
bindsym XF86MonBrightnessDown exec light -U 10
The text was updated successfully, but these errors were encountered:
Yeah, brightness is not currently monitored. That will require fsnotify configured on the /sys/ files.
The PulseAudio widgets gets the updates from libpulse.
Sorry, something went wrong.
Should I close the issue?
Nah, doesn't hurt to have it open as a feature request.
No branches or pull requests
When wldash is opened and the brightness is adjusted with the keyboard keys¹ the bar does not change.
Restarting wldash displays the updated value.
The same issue can not be observed with the volume. The displayed bar is being updated in "real time".
¹ sway config:
bindsym XF86MonBrightnessDown exec light -U 10
The text was updated successfully, but these errors were encountered: