mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
Merge pull request #2034 from pascal-huber/master
This commit is contained in:
commit
b7e6a2dc25
@ -231,7 +231,6 @@ auto Workspaces::update() -> void {
|
||||
box_.reorder_child(button, it - workspaces_.begin());
|
||||
}
|
||||
std::string output = (*it)["name"].asString();
|
||||
button.get_style_context()->add_class("workspace-" + trimWorkspaceName(output));
|
||||
if (config_["format"].isString()) {
|
||||
auto format = config_["format"].asString();
|
||||
output = fmt::format(fmt::runtime(format), fmt::arg("icon", getIcon(output, *it)),
|
||||
|
Loading…
Reference in New Issue
Block a user