mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
9 lines
149 B
C++
9 lines
149 B
C++
#pragma once
|
|
#include <json/json.h>
|
|
|
|
#include <string>
|
|
|
|
namespace waybar::util {
|
|
std::string rewriteTitle(const std::string&, const Json::Value&);
|
|
}
|