🔧 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
This commit is contained in:
retrozinndev
2025-10-27 21:01:34 -03:00
parent aa124380d4
commit b41be582b4
+1 -1
View File
@@ -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