From ac4f10fb0998f0b4bc7a630342433e4b2ad799e1 Mon Sep 17 00:00:00 2001 From: AkriliksKotya Date: Thu, 25 Dec 2025 15:26:58 +0500 Subject: [PATCH] get current icon theme --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6308de4..184f358 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ $(EXECUTABLE): $(CC) $(CFLAGS) $(SOURCES) -o $(EXECUTABLE) $(CLIBS) mv $(EXECUTABLE) ~/.local/bin/ cp resources/desktop/fun.kotyara.filemanager.desktop ~/.local/share/applications - mkdir -p ~/.icons/$(DEFAULTTHEME)/512x512/apps/ + mkdir -p ~/.icons/$(ICONTHEME)/512x512/apps/ cp resources/desktop/filemanager-icon.png ~/.icons/$(ICONTHEME)/512x512/apps/ gtk-update-icon-cache clean: