From 5c7f1a5037e40af970acb60eca323fde161eb625 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 17 Jul 2025 17:03:40 -0700 Subject: [PATCH] Add theme picking to the TUI --- bin/omarchy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/omarchy b/bin/omarchy index e1218f7..4c0463f 100755 --- a/bin/omarchy +++ b/bin/omarchy @@ -62,8 +62,9 @@ update_menu() { theme_menu() { show_ascii_art - local menu=("Install" "Remove" "Back") + local menu=("Pick" "Install" "Remove" "Back") local commands=( + "omarchy-theme-menu" "install_theme_prompt" "remove_theme_prompt" "main_menu"