From b5b621ab4b5e07e24db6e2730be7c1f3fdb90ed7 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Sun, 17 Aug 2025 16:23:17 -0300 Subject: [PATCH] :wrench: chore(resources): use double quotes instead of single quotes in desktop entry --- resources/colorshell.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/colorshell.desktop b/resources/colorshell.desktop index 8a00697..ba684e8 100644 --- a/resources/colorshell.desktop +++ b/resources/colorshell.desktop @@ -2,6 +2,6 @@ Name=colorshell Type=Application Comment=A Desktop Shell for Hyprland that has colors from your wallpaper! -Exec=sh -c '$COLORSHELL_BINARY' +Exec=sh -c "$COLORSHELL_BINARY" NoDisplay=true StartupWMClass=io.github.retrozinndev.colorshell