Merge branch 'master' into hyprland-language-tooltip

This commit is contained in:
Victor Perez Cano
2024-10-25 19:00:39 +02:00
7 changed files with 49 additions and 5 deletions
+3
View File
@@ -18,6 +18,9 @@ namespace waybar::modules::hyprland {
std::filesystem::path IPC::socketFolder_;
std::filesystem::path IPC::getSocketFolder(const char* instanceSig) {
static std::mutex folderMutex;
std::unique_lock lock(folderMutex);
// socket path, specified by EventManager of Hyprland
if (!socketFolder_.empty()) {
return socketFolder_;