forked from external/yambar
decoration: configurable graphical effects, added to a particle
This commit is contained in:
parent
052513c736
commit
0284f5ac85
4 changed files with 58 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue