Merge pull request #4366 from winkelnp/wp-bluetooth

`format-bluetooth` and `device.form-factor` support for wireplumber module
This commit is contained in:
Alexis Rouillard
2026-07-03 23:59:05 +02:00
committed by GitHub
2 changed files with 77 additions and 18 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;
@@ -54,6 +55,7 @@ class Wireplumber : public ALabel {
bool source_muted_;
double source_volume_;
gchar* default_source_name_;
std::string form_factor_;
};
} // namespace waybar::modules