From 41249a271a3fdc4c8139991b0f95c1b2a61c23b2 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 6 Aug 2025 08:44:53 +0200 Subject: [PATCH] Fit within the logo width --- bin/omarchy-theme-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-theme-install b/bin/omarchy-theme-install index 9d6ba1b3..a7c1884e 100755 --- a/bin/omarchy-theme-install +++ b/bin/omarchy-theme-install @@ -5,7 +5,7 @@ if [ -z "$1" ]; then ~/.local/share/omarchy/bin/omarchy-show-logo - echo -e "\e[32mSee extra themes on https://manuals.omamix.org/2/the-omarchy-manual/90/extra-themes\n\e[0m" + echo -e "\e[32mSee https://manuals.omamix.org/2/the-omarchy-manual/90/extra-themes\n\e[0m" REPO_URL=$(gum input --placeholder="Git repo URL for theme" --header="") else REPO_URL="$1"