task(core): Merge consecutive lemonbar tags
This commit is contained in:
parent
9b70fb2442
commit
0ec71829e4
@ -236,7 +236,8 @@ std::string Bar::get_output()
|
|||||||
|
|
||||||
auto data = builder->flush();
|
auto data = builder->flush();
|
||||||
|
|
||||||
return data;
|
// return data;
|
||||||
|
return string::replace_all(data, "}%{", " ");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user