Echo the migration description

This commit is contained in:
David Heinemeier Hansson
2026-02-06 11:25:05 +01:00
parent bd8b12b23b
commit 050899e5b3

View File

@@ -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