feat: improve drawer configuration

This commit is contained in:
Brenno Lemos
2023-10-14 18:03:27 -03:00
parent 5246ab15cb
commit fad858782c
3 changed files with 48 additions and 19 deletions

View File

@ -27,6 +27,7 @@ class Group : public AModule {
Gtk::Revealer revealer;
bool is_first_widget = true;
bool is_drawer = false;
std::string add_class_to_drawer_children;
};
} // namespace waybar