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
6
decorations/background.h
Normal file
6
decorations/background.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "../color.h"
|
||||
#include "../decoration.h"
|
||||
|
||||
struct deco *deco_background(struct rgba color);
|
Loading…
Add table
Add a link
Reference in a new issue