diff --git a/src/modules/pulseaudio.cpp b/src/modules/pulseaudio.cpp index 1cb1f19..c2a3ffb 100644 --- a/src/modules/pulseaudio.cpp +++ b/src/modules/pulseaudio.cpp @@ -208,7 +208,7 @@ auto waybar::modules::Pulseaudio::update() -> void label_.get_style_context()->add_class("bluetooth"); } else { label_.get_style_context()->remove_class("muted"); - label_.get_style_context()->add_class("bluetooth"); + label_.get_style_context()->remove_class("bluetooth"); } label_.set_markup( fmt::format(format, fmt::arg("volume", volume_),