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]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
b9d7695
..
8e18969
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-6,6
+6,7
@@
include config.mk
REQ = util
COM =\
REQ = util
COM =\
+ components/backlight\
components/battery\
components/cpu\
components/datetime\
components/battery\
components/cpu\
components/datetime\
@@
-16,6
+17,7
@@
COM =\
components/kernel_release\
components/keyboard_indicators\
components/load_avg\
components/kernel_release\
components/keyboard_indicators\
components/load_avg\
+ components/netspeeds\
components/num_files\
components/ram\
components/run_command\
components/num_files\
components/ram\
components/run_command\