Add backlight module
Monitor the backlight level via udev. Poll every `interval` as well, in case backlight udev events aren't supported.
This commit is contained in:
@ -19,6 +19,7 @@
|
||||
#ifdef HAVE_LIBPULSE
|
||||
#include "modules/pulseaudio.hpp"
|
||||
#endif
|
||||
#include "modules/backlight.hpp"
|
||||
#include "modules/custom.hpp"
|
||||
|
||||
namespace waybar {
|
||||
|
Reference in New Issue
Block a user