Skip to content

Commit 1f4432f

Browse files
authored
fix: no need to source HyDE runtime env in lockscreen.sh (#629)
It is already sourced in `globalcontrol.sh`
1 parent 21ce56f commit 1f4432f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Configs/.local/lib/hyde/lockscreen.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,5 @@ scrDir="$(dirname "$(realpath "$0")")"
44
# shellcheck source=$HOME/.local/lib/hyde/globalcontrol.sh
55
# shellcheck disable=SC1091
66
source "${scrDir}/globalcontrol.sh"
7-
HYDE_RUNTIME_DIR="${HYDE_RUNTIME_DIR:-$XDG_RUNTIME_DIR/hyde}"
8-
# shellcheck disable=SC1091
9-
source "${HYDE_RUNTIME_DIR}/environment"
107

118
"${LOCKSCREEN:-hyprlock}" "${@}"

0 commit comments

Comments
 (0)