kennylevinsen / wldash

Wayland launcher/dashboard
https://sr.ht/~kennylevinsen/wldash
GNU General Public License v3.0
186 stars 16 forks source link

Background brightness is not being updated #28

Open madonius opened 4 years ago

madonius commented 4 years ago

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

kennylevinsen commented 4 years ago

Yeah, brightness is not currently monitored. That will require fsnotify configured on the /sys/ files.

The PulseAudio widgets gets the updates from libpulse.

madonius commented 4 years ago

Should I close the issue?

kennylevinsen commented 4 years ago

Nah, doesn't hurt to have it open as a feature request.