1
0
Fork 1
mirror of https://github.com/Zerodya/hyprfreeze.git synced 2024-09-19 15:33:20 +02:00

fix: wrong variable name (+formatting) in error output

This commit is contained in:
alterNERDtive 2024-02-18 19:49:07 +01:00
parent 922c1ee7bc
commit 0e353f90ae
Signed by: alterNERDtive
GPG key ID: 547787A4FE6533F1

View file

@ -132,7 +132,7 @@ function detectEnvironment() {
fi
if [ -z "$DESKTOP" ]; then
debugPrint "Could not determine desktop environment via \`loginctl\`, and `$XDG_DESKTOP_SESSION` is not set. Assuming Hyprland."
debugPrint "Could not determine desktop environment via \`loginctl\`, and XDG_SESSION_DESKTOP is not set. Assuming Hyprland."
DESKTOP="hyprland"
fi