From a7fb87f08b48604cf80b2997a0b51db28c244010 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 21 Jul 2025 16:10:26 -0400 Subject: [PATCH] Need to put remove somewhere else -- not common enough to gum this up --- bin/omarchy | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/omarchy b/bin/omarchy index ec03e2e..e63b5b7 100755 --- a/bin/omarchy +++ b/bin/omarchy @@ -105,13 +105,11 @@ remove_theme_prompt() { setup_menu() { show_ascii_art - local menu=("Dropbox" "Add fingerprint sensor" "Remove fingerprint sensor" "Add Fido2 device" "Remove Fido2 device" "Back") + local menu=("Dropbox" "Fingerprint sensor" "Fido2 device" "Back") local commands=( "omarchy-setup-dropbox" "omarchy-setup-fingerprint" - "omarchy-setup-fingerprint --remove" "omarchy-setup-fido2" - "omarchy-setup-fido2 --remove" "main_menu" ) local choice