odknt / bspwmbar

A lightweight status bar for bspwm.
ISC License
92 stars 11 forks source link

add(backlight): add backlight support #29

Closed odknt closed 4 years ago

odknt commented 4 years ago

fixes #23

ex.

...
    { /* backlight */
        .backlight = {
            .func = backlight,
            .handler = backlight_ev, // inc/dec brightness by mouse scroll
            .prefix = "盛 ",
            .suffix = "%",
        },
    },
...