mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
fix: add missing comma
This commit is contained in:
parent
27fbea2b5a
commit
7c4ea39774
@ -162,7 +162,7 @@ auto Workspaces::update() -> void {
|
||||
auto format = config_["format"].asString();
|
||||
output = fmt::format(format,
|
||||
fmt::arg("icon", getIcon(output, *it)),
|
||||
fmt::arg("value", output)
|
||||
fmt::arg("value", output),
|
||||
fmt::arg("name", trimWorkspaceName(output)),
|
||||
fmt::arg("index", (*it)["num"].asString()));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user