diff --git a/migrations/1770372978.sh b/migrations/1770372978.sh index aa0ae73b..8ce213b6 100644 --- a/migrations/1770372978.sh +++ b/migrations/1770372978.sh @@ -1,4 +1,4 @@ -# Disable fingerprint in hyprlock if fingerprint auth is not configured +echo "Disable fingerprint in hyprlock if fingerprint auth is not configured" if omarchy-cmd-missing fprintd-list || ! fprintd-list "$USER" 2>/dev/null | grep -q "finger"; then sed -i 's/fingerprint:enabled = .*/fingerprint:enabled = false/' ~/.config/hypr/hyprlock.conf