From c38dcf160d818d75131e51036ec224723171577c Mon Sep 17 00:00:00 2001 From: vaxerski Date: Mon, 15 Apr 2024 14:20:22 +0100 Subject: [PATCH] util: fix printing overrides ref #36 --- hyprcursor-util/src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hyprcursor-util/src/main.cpp b/hyprcursor-util/src/main.cpp index 3744792..cc8b309 100644 --- a/hyprcursor-util/src/main.cpp +++ b/hyprcursor-util/src/main.cpp @@ -117,6 +117,8 @@ static std::optional createCursorThemeFromPath(const std::string& p SHAPE->images.push_back(SCursorImage{i.file, i.size, i.delayMs}); } + SHAPE->overrides = meta.parsedData.overrides; + // check if we have at least one image. for (auto& i : SHAPE->images) {