From 6ac1cd4bbe2dd3a2a40261486b4927072a836131 Mon Sep 17 00:00:00 2001 From: Dean Perry Date: Mon, 14 Jul 2025 18:39:22 +0100 Subject: [PATCH] Add Synaptics to the fingerprint check (#172) --- bin/omarchy-fingerprint-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-fingerprint-setup b/bin/omarchy-fingerprint-setup index dd71aaa..f0bd9dd 100755 --- a/bin/omarchy-fingerprint-setup +++ b/bin/omarchy-fingerprint-setup @@ -2,7 +2,7 @@ yay -S --noconfirm --needed fprintd usbutils -if ! lsusb | grep -iq fingerprint; then +if ! lsusb | grep -Eiq 'fingerprint|synaptics'; then echo -e "\e[31m\nNo fingerprint sensor detected.\e[0m" else # Add fingerprint authentication as an option for sudo