mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
Clean (#31)
This commit is contained in:
@ -7,13 +7,13 @@ namespace waybar {
|
||||
|
||||
class ALabel : public IModule {
|
||||
public:
|
||||
ALabel(Json::Value);
|
||||
ALabel(const Json::Value&);
|
||||
virtual ~ALabel() = default;
|
||||
virtual auto update() -> void;
|
||||
virtual operator Gtk::Widget &();
|
||||
protected:
|
||||
Gtk::Label label_;
|
||||
Json::Value config_;
|
||||
const Json::Value& config_;
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user