mirror of
https://github.com/Zerodya/hyprfreeze.git
synced 2024-11-10 01:18:49 +01:00
Merge pull request #10 from alterNERDtive/fix/variable-typo
fix: wrong variable name (+formatting) in error output
This commit is contained in:
commit
daffbc49c5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue