diff --git a/Greeter/scripts/start-zshell-greeter b/Greeter/scripts/start-zshell-greeter index 0dd4f35..7429b63 100755 --- a/Greeter/scripts/start-zshell-greeter +++ b/Greeter/scripts/start-zshell-greeter @@ -7,7 +7,7 @@ export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 export EGL_PLATFORM=gbm if command -v start-hyprland >/dev/null 2>&1; then - exec start-hyprland -- -c /etc/zshell-greeter/zshell-hyprland.conf + exec start-hyprland -- -c /etc/zshell-greeter/zshell-hyprland.lua else exec Hyprland -c /etc/zshell-greeter/zshell-hyprland.lua fi