Skip to content

Commit

Permalink
fix(Pulseaudio): use markup
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexays committed Dec 17, 2018
1 parent c7b0639 commit 66ad286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/pulseaudio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ auto waybar::modules::Pulseaudio::update() -> void
label_.get_style_context()->remove_class("muted");
label_.get_style_context()->add_class("bluetooth");
}
label_.set_label(
label_.set_markup(
fmt::format(format, fmt::arg("volume", volume_),
fmt::arg("icon", getIcon(volume_, getPortIcon()))));
label_.set_tooltip_text(desc_);
Expand Down

0 comments on commit 66ad286

Please sign in to comment.