mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-21 01:45:40 +02:00
modules: use the same name for the module_info in all modules
This commit is contained in:
parent
45eb2b85f0
commit
7f2501334d
12 changed files with 12 additions and 16 deletions
|
@ -226,7 +226,7 @@ from_conf(const struct yml_node *node, const struct font *parent_font)
|
|||
yml_value_as_string(name), conf_to_particle(c, parent_font));
|
||||
}
|
||||
|
||||
const struct module_info module_backlight = {
|
||||
const struct module_info module_info = {
|
||||
.from_conf = &from_conf,
|
||||
.attr_count = 3,
|
||||
.attrs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue