fix: hide icon if window is unfocused

This commit is contained in:
Azazel
2024-02-26 21:00:16 +00:00
parent a7d8b1bacf
commit c59bb509bd
2 changed files with 11 additions and 0 deletions

View File

@ -59,6 +59,7 @@ class Window : public waybar::AAppIconLabel, public EventHandler {
bool allFloating_;
bool swallowing_;
bool fullscreen_;
bool focused_;
};
} // namespace waybar::modules::hyprland