Added support for hostname based module addition

This commit is contained in:
jpk
2026-03-05 09:04:21 +01:00
parent 68d4360c26
commit 5de21f4a07
4 changed files with 42 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#pragma once
#include <json/value.h>
#include <string>
namespace waybar::util {
bool valid_host(const Json::Value& config);
} // namespace waybar::util