task(core): Merge consecutive lemonbar tags

This commit is contained in:
Michael Carlberg 2016-05-24 08:11:17 +02:00
parent 9b70fb2442
commit 0ec71829e4
1 changed files with 2 additions and 1 deletions

View File

@ -236,7 +236,8 @@ std::string Bar::get_output()
auto data = builder->flush();
return data;
// return data;
return string::replace_all(data, "}%{", " ");
}