mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 08:15:40 +02:00
particles: compile as shared libraries (plugins)
This commit is contained in:
parent
7b98ea2b7c
commit
47018104da
13 changed files with 89 additions and 130 deletions
|
@ -257,7 +257,7 @@ from_conf(const struct yml_node *node, const struct font *parent_font,
|
|||
left_margin, right_margin, on_click_template);
|
||||
}
|
||||
|
||||
const struct particle_info particle_progress_bar = {
|
||||
const struct particle_info plugin_info = {
|
||||
.from_conf = &from_conf,
|
||||
.attr_count = PARTICLE_COMMON_ATTRS_COUNT + 7,
|
||||
.attrs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue