mirror of
https://github.com/polybar/polybar.git
synced 2026-03-02 14:24:01 +00:00
fix: project rename
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user