Fit within the logo width

This commit is contained in:
David Heinemeier Hansson 2025-08-06 08:44:53 +02:00
parent 5ff0e82621
commit 41249a271a

View File

@ -5,7 +5,7 @@
if [ -z "$1" ]; then if [ -z "$1" ]; then
~/.local/share/omarchy/bin/omarchy-show-logo ~/.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="") REPO_URL=$(gum input --placeholder="Git repo URL for theme" --header="")
else else
REPO_URL="$1" REPO_URL="$1"