diff --git a/include/modules/sni/tray.hpp b/include/modules/sni/tray.hpp index 2996078a..f8b004ce 100644 --- a/include/modules/sni/tray.hpp +++ b/include/modules/sni/tray.hpp @@ -28,6 +28,7 @@ class Tray : public AModule { SNI::Watcher::singleton watcher_; std::vector ignore_list_; SNI::Host host_; + std::vector items_; }; } // namespace waybar::modules::SNI