mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
Merge pull request #245 from SibrenVasse/json-icon
[custom] Allow icon selection based on json alt attribute
This commit is contained in:
commit
7912b7f119
@ -98,7 +98,7 @@ auto waybar::modules::Custom::update() -> void
|
||||
|
||||
auto str = fmt::format(format_, text_,
|
||||
fmt::arg("alt", alt_),
|
||||
fmt::arg("icon", getIcon(percentage_)),
|
||||
fmt::arg("icon", getIcon(percentage_, alt_)),
|
||||
fmt::arg("percentage", percentage_));
|
||||
label_.set_markup(str);
|
||||
if (tooltipEnabled()) {
|
||||
|
Loading…
Reference in New Issue
Block a user