Merge pull request #1589 from qubidt/module-group-orientation

group module: configurable orientation
This commit is contained in:
Alex
2023-03-02 19:42:22 +01:00
committed by GitHub
4 changed files with 37 additions and 7 deletions

View File

@ -12,7 +12,7 @@ namespace waybar {
class Group : public AModule {
public:
Group(const std::string&, const Bar&, const Json::Value&);
Group(const std::string&, const std::string&, const Json::Value&, bool);
~Group() = default;
auto update() -> void;
operator Gtk::Widget&();