From 37724ac2c3f496f4736223d0d8e5d8fecb933590 Mon Sep 17 00:00:00 2001 From: David Demelier Date: Tue, 22 May 2018 09:23:29 +0200 Subject: Add basic backlight percentage support At the moment linux only, but will add support for OpenBSD as well. --- slstatus.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'slstatus.h') diff --git a/slstatus.h b/slstatus.h index 8bd8bb5..a18b881 100644 --- a/slstatus.h +++ b/slstatus.h @@ -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 *); -- cgit v1.2.3