General cleanup in hyprland/workspaces

This commit is contained in:
zjeffer
2023-10-21 16:52:23 +02:00
parent dbb887b4a9
commit ed65d9cdbd
3 changed files with 92 additions and 87 deletions

View File

@ -14,7 +14,7 @@ namespace waybar::modules::hyprland {
class Window : public waybar::AAppIconLabel, public EventHandler {
public:
Window(const std::string&, const waybar::Bar&, const Json::Value&);
virtual ~Window();
~Window() override;
auto update() -> void override;