This commit is contained in:
dmitry
2023-06-28 02:52:01 +03:00
parent 4116490535
commit 33236c222f
7 changed files with 128 additions and 9 deletions

View File

@ -198,4 +198,8 @@ std::string IPC::getSocket1Reply(const std::string& rq) {
return response;
}
Json::Value IPC::getSocket1JsonReply(const std::string& rq) {
return parser_.parse(getSocket1Reply("j/" + rq));
}
} // namespace waybar::modules::hyprland