mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-23 04:25:42 +02:00
config: raise default battery poll interval from 30s to 60s
This commit is contained in:
parent
c2e53a6bf7
commit
1ed0dab6ad
1 changed files with 1 additions and 1 deletions
2
config.c
2
config.c
|
@ -462,7 +462,7 @@ module_battery_from_config(const struct yml_node *node,
|
||||||
return module_battery(
|
return module_battery(
|
||||||
yml_value_as_string(name),
|
yml_value_as_string(name),
|
||||||
particle_from_config(c, parent_font),
|
particle_from_config(c, parent_font),
|
||||||
poll_interval != NULL ? yml_value_as_int(poll_interval) : 30);
|
poll_interval != NULL ? yml_value_as_int(poll_interval) : 60);
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct module *
|
static struct module *
|
||||||
|
|
Loading…
Add table
Reference in a new issue