Add basic backlight percentage support
At the moment linux only, but will add support for OpenBSD as well.
This commit is contained in:

committed by
Aaron Marcher

parent
cbbf59fd3d
commit
37724ac2c3
@ -1,5 +1,8 @@
|
||||
/* See LICENSE file for copyright and license details. */
|
||||
|
||||
/* backlight */
|
||||
const char *backlight_perc(const char *);
|
||||
|
||||
/* battery */
|
||||
const char *battery_perc(const char *);
|
||||
const char *battery_state(const char *);
|
||||
|
Reference in New Issue
Block a user