Xinqi Bao's Git
projects
/
slstatus.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
Add basic backlight percentage support
[slstatus.git]
/
slstatus.h
diff --git
a/slstatus.h
b/slstatus.h
index
8bd8bb5
..
a18b881
100644
(file)
--- 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 *);