From 4f77e71d2c8181d6cf771cbd3ffa8c861f25ecdb Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 9 Jul 2025 17:47:54 -0700 Subject: [PATCH] Red means no! --- 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 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