module/backlight: new module

This commit is contained in:
Daniel Eklöf 2018-12-26 12:44:17 +01:00
parent 5306ebd4ed
commit 1929099ca4
4 changed files with 239 additions and 0 deletions

View file

@ -39,6 +39,7 @@ add_executable(f00bar
particles/ramp.c particles/ramp.h
particles/string.c particles/string.h
modules/backlight/backlight.c modules/backlight/backlight.h
modules/battery/battery.c modules/battery/battery.h
modules/clock/clock.c modules/clock/clock.h
modules/i3/dynlist-exposable.c modules/i3/dynlist-exposable.h