diff --git a/install.sh b/install.sh index e921bd6..81120dc 100644 --- a/install.sh +++ b/install.sh @@ -1,10 +1,11 @@ #!/usr/bin/env bash +user="$(logname)" +home="/home/$user" + HYPRSOLUS_PATH="/usr/src/hyprsolus" HYPRSOLUSCTL_PATH="/usr/local/bin" -HYPRSOLUS_SYSTEMD="$HOME/.config/systemd/user" - -user="$(logname)" +HYPRSOLUS_SYSTEMD="$home/.config/systemd/user" if [[ $(id -u) -ne 0 ]] then