mirror of
https://github.com/polybar/polybar.git
synced 2026-02-10 01:35:38 +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
|
||||
|
||||
/**
|
||||
* Parse input data
|
||||
@ -248,4 +248,4 @@ string parser::parse_action_cmd(string data) {
|
||||
return string_util::trim(data.substr(start, end), ':');
|
||||
}
|
||||
|
||||
LEMONBUDDY_NS_END
|
||||
POLYBAR_NS_END
|
||||
|
||||
Reference in New Issue
Block a user