fix: project rename

This commit is contained in:
Michael Carlberg
2016-11-19 06:22:44 +01:00
parent 6a6796160a
commit fd57ab0f3d
172 changed files with 363 additions and 881 deletions

View File

@ -2,7 +2,7 @@
#include "utils/math.hpp"
#include "utils/string.hpp"
LEMONBUDDY_NS
POLYBAR_NS
void builder::set_lazy(bool mode) {
m_lazy = mode;
@ -412,4 +412,4 @@ void builder::tag_close(char tag) {
append("%{" + string({tag}) + "-}");
}
LEMONBUDDY_NS_END
POLYBAR_NS_END