Add recursive config includes

This commit is contained in:
Oskar Carl
2021-01-24 17:36:30 +01:00
parent d08fbb2ef2
commit 14f626d422
2 changed files with 19 additions and 1 deletions

View File

@ -39,6 +39,7 @@ class Client {
void handleOutput(struct waybar_output &output);
bool isValidOutput(const Json::Value &config, struct waybar_output &output);
auto setupConfig(const std::string &config_file) -> void;
auto mergeConfig(Json::Value &a_config_, Json::Value &b_config_) -> void;
auto setupCss(const std::string &css_file) -> void;
struct waybar_output & getOutput(void *);
std::vector<Json::Value> getOutputConfigs(struct waybar_output &output);