Merge pull request #4850 from yangyingchao/master

(sni) be able to control oder of tray items, and clean up sni module based on clang-tidy
This commit is contained in:
Alexis Rouillard
2026-07-04 01:43:31 +02:00
committed by GitHub
7 changed files with 99 additions and 36 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ namespace waybar::modules::SNI {
class Tray : public AModule {
public:
Tray(const std::string&, const Bar&, const Json::Value&);
virtual ~Tray() = default;
~Tray() override = default;
auto update() -> void override;
private: