Xinqi Bao's Git

Add basic backlight percentage support
[slstatus.git] / slstatus.h
index 8bd8bb5..a18b881 100644 (file)
@@ -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 *);