Very basic hypr window title module

This commit is contained in:
vaxerski
2022-04-02 21:08:43 +02:00
parent d4a07483b2
commit e094480684
7 changed files with 174 additions and 0 deletions

View File

@ -0,0 +1,22 @@
#pragma once
#include <fmt/format.h>
#include <sigc++/sigc++.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <unistd.h>
#include <cstring>
#include <fstream>
#include <memory>
#include <mutex>
#include <spdlog/spdlog.h>
#include "bar.hpp"
#include "client.hpp"
namespace waybar::modules::hypr {
std::string makeRequest(std::string);
} // namespace waybar::modules::hypr