modules/hyprland/backend: add getSocketFolder to header
This commit is contained in:
parent
e1a6d513cc
commit
1b3b45779a
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <filesystem>
|
||||
#include <list>
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
|
@ -37,4 +38,5 @@ class IPC {
|
|||
|
||||
inline std::unique_ptr<IPC> gIPC;
|
||||
inline bool modulesReady = false;
|
||||
std::filesystem::path getSocketFolder(const char* instanceSig);
|
||||
}; // namespace waybar::modules::hyprland
|
||||
|
|
Loading…
Reference in New Issue