Merge remote-tracking branch 'origin/master' into pr-4714

# Conflicts:
#	include/modules/wireplumber.hpp
#	src/modules/wireplumber.cpp
This commit is contained in:
Alex
2026-07-04 00:38:51 +02:00
266 changed files with 11005 additions and 3125 deletions
+2
View File
@@ -33,6 +33,7 @@ class Wireplumber : public ALabel {
static void onDefaultNodesApiChanged(waybar::modules::Wireplumber* self);
bool handleScroll(GdkEventScroll* e) override;
std::vector<std::string> getWPIcon();
static std::list<waybar::modules::Wireplumber*> modules;
@@ -61,6 +62,7 @@ class Wireplumber : public ALabel {
gchar* default_source_name_;
bool only_physical_;
bool resolved_physical_;
std::string form_factor_;
};
} // namespace waybar::modules