decoration: configurable graphical effects, added to a particle

This commit is contained in:
Daniel Eklöf 2018-12-26 15:30:47 +01:00
parent 052513c736
commit 0284f5ac85
4 changed files with 58 additions and 0 deletions

View file

@ -25,6 +25,7 @@ pkg_check_modules(UDEV REQUIRED libudev) # Module/battery
add_executable(f00bar
bar.c bar.h
config.c config.h
decoration.h
font.c font.h
log.c log.h
main.c
@ -34,6 +35,8 @@ add_executable(f00bar
xcb.c xcb.h
yml.c yml.h
decorations/background.c decorations/background.h
particles/list.c particles/list.h
particles/map.c particles/map.h
particles/ramp.c particles/ramp.h