diff --git a/bin/omarchy-fingerprint-setup b/bin/omarchy-fingerprint-setup index 98b8af3..0a7e09a 100755 --- a/bin/omarchy-fingerprint-setup +++ b/bin/omarchy-fingerprint-setup @@ -3,7 +3,7 @@ yay -S --noconfirm --needed fprintd libfprint lsusb if ! lsusb | grep -iq fingerprint; then - echo "No fingerprint sensor detected." + echo -e "\e[31m\nNo fingerprint sensor detected.\e[0m" else # Add fingerprint authentication as an option for sudo if ! grep -q pam_fprintd.so /etc/pam.d/sudo; then