mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
fix(Pulseaudio): use markup
This commit is contained in:
parent
c7b0639f32
commit
66ad2864c2
@ -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_);
|
||||
|
Loading…
Reference in New Issue
Block a user