🔧 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user