From b41be582b4f178824cc72f64abd481ce89cf70e9 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Mon, 27 Oct 2025 21:01:34 -0300 Subject: [PATCH] :wrench: chore(resources/colorshell): execute colorshell using its command instead of specifying the absolute path running sh to get $HOME was causing issues when launching with UWSM --- resources/colorshell.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/colorshell.desktop b/resources/colorshell.desktop index ba684e8..24ec019 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=colorshell NoDisplay=true StartupWMClass=io.github.retrozinndev.colorshell