forked from external/yambar
particles: compile as shared libraries (plugins)
This commit is contained in:
parent
7b98ea2b7c
commit
47018104da
13 changed files with 89 additions and 130 deletions
|
@ -171,7 +171,7 @@ from_conf(const struct yml_node *node, const struct font *parent_font,
|
|||
fg_color, left_margin, right_margin, on_click_template);
|
||||
}
|
||||
|
||||
const struct particle_info particle_string = {
|
||||
const struct particle_info plugin_info = {
|
||||
.from_conf = &from_conf,
|
||||
.attr_count = PARTICLE_COMMON_ATTRS_COUNT + 5,
|
||||
.attrs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue