From bc323ca2679143bb589d78f6e923b03b47e0ae31 Mon Sep 17 00:00:00 2001 From: not-NEK0 <86556080+not-NEK0@users.noreply.github.com> Date: Tue, 12 Aug 2025 12:18:56 +0200 Subject: [PATCH] Add elan to the keywords used to detect if a fingerprint reader exists (#692) --- bin/omarchy-setup-fingerprint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-setup-fingerprint b/bin/omarchy-setup-fingerprint index b1f29d84..8170cd3c 100755 --- a/bin/omarchy-setup-fingerprint +++ b/bin/omarchy-setup-fingerprint @@ -10,7 +10,7 @@ else echo -e "\e[32mLet's setup your fingerprint scanner for authentication.\n\e[0m" yay -S --noconfirm --needed fprintd usbutils - if ! lsusb | grep -Eiq 'fingerprint|synaptics|goodix'; then + if ! lsusb | grep -Eiq 'fingerprint|synaptics|goodix|elan'; then echo -e "\e[31m\nNo fingerprint sensor detected.\e[0m" else # Add fingerprint authentication as an option for sudo