mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
decorations: are now plugins
This commit is contained in:
parent
4eee71eaf4
commit
7754ef3661
11 changed files with 160 additions and 124 deletions
3
config.h
3
config.h
|
@ -21,5 +21,6 @@ struct conf_inherit {
|
|||
struct rgba foreground;
|
||||
};
|
||||
|
||||
struct particle * conf_to_particle(
|
||||
struct particle *conf_to_particle(
|
||||
const struct yml_node *node, struct conf_inherit inherited);
|
||||
struct deco *conf_to_deco(const struct yml_node *node);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue