mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
bar: allow explicit backend selection
This commit is contained in:
parent
586cb8a0dd
commit
473802cab8
3 changed files with 53 additions and 18 deletions
2
config.c
2
config.c
|
@ -176,6 +176,8 @@ conf_to_bar(const struct yml_node *bar)
|
|||
|
||||
struct bar_config conf = {0};
|
||||
|
||||
conf.backend = BAR_BACKEND_AUTO;
|
||||
|
||||
/*
|
||||
* Required attributes
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue