refactor(config): remove style handling from Config

This commit is contained in:
Aleksei Bavshin
2021-08-13 07:19:47 -07:00
parent 4fff2eaaa0
commit 1f7d399b8e
4 changed files with 66 additions and 49 deletions

View File

@ -32,6 +32,7 @@ class Client {
private:
Client() = default;
const std::string getStyle(const std::string &style);
void bindInterfaces();
void handleOutput(struct waybar_output &output);
auto setupCss(const std::string &css_file) -> void;