modules: rename module_info -> plugin_info

This is the same name used by particles.
This commit is contained in:
Daniel Eklöf 2019-01-13 11:18:32 +01:00
parent 307a1f5ec8
commit ec4a47e5db
12 changed files with 12 additions and 12 deletions

View file

@ -107,7 +107,7 @@ from_conf(const struct yml_node *node, const struct font *parent_font)
time_format != NULL ? yml_value_as_string(time_format) : "%H:%M");
}
const struct module_info module_info = {
const struct module_info plugin_info = {
.from_conf = &from_conf,
.attr_count = 4,
.attrs = {