aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-02-01 16:11:27 +0000
committerVaxry <[email protected]>2024-02-01 16:11:27 +0000
commitd0bfa567a89e8023898413a057e50dbb93b73bc5 (patch)
treeda874ad26d57931f774274f35aa6624f7bbfe943
parent81d26cf4d2b930fe7add74867175ee5787f4f88b (diff)
downloadHyprland-d0bfa567a89e8023898413a057e50dbb93b73bc5.tar.gz
Hyprland-d0bfa567a89e8023898413a057e50dbb93b73bc5.zip
-rw-r--r--hyprpm/src/core/PluginManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyprpm/src/core/PluginManager.cpp b/hyprpm/src/core/PluginManager.cpp
index c976d674..49e2a3bf 100644
--- a/hyprpm/src/core/PluginManager.cpp
+++ b/hyprpm/src/core/PluginManager.cpp
@@ -285,7 +285,7 @@ bool CPluginManager::removePluginRepo(const std::string& urlOrName) {
eHeadersErrors CPluginManager::headersValid() {
const auto HLVER = getHyprlandVersion();
- if (!std::filesystem::exists("/home/vaxry/.local/share/hyprpm/headersRoot/share/pkgconfig/hyprland.pc"))
+ if (!std::filesystem::exists(DataState::getHeadersPath() + "/share/pkgconfig/hyprland.pc"))
return HEADERS_MISSING;
// find headers commit