From 0e353f90ae5caabda1e9793606acd165c8e45fce Mon Sep 17 00:00:00 2001 From: alterNERDtive Date: Sun, 18 Feb 2024 19:49:07 +0100 Subject: [PATCH] fix: wrong variable name (+formatting) in error output --- hyprfreeze | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyprfreeze b/hyprfreeze index b9ac956..f77f837 100755 --- a/hyprfreeze +++ b/hyprfreeze @@ -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