diff --git a/libhyprcursor/hyprcursor.cpp b/libhyprcursor/hyprcursor.cpp index 11b145b..55e1b5b 100644 --- a/libhyprcursor/hyprcursor.cpp +++ b/libhyprcursor/hyprcursor.cpp @@ -40,7 +40,7 @@ static bool pathAccessible(const std::string& path) { } static bool themeAccessible(const std::string& path) { - return pathAccessible(path + "/manifest.hl") || pathAccessible(path + "manifest.toml"); + return pathAccessible(path + "/manifest.hl") || pathAccessible(path + "/manifest.toml"); } static std::string getFirstTheme(PHYPRCURSORLOGFUNC logfn) {