From b50a4e7a74d65d27e0aa6f292cf214700fa2fe85 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 26 Jul 2025 18:31:11 -0400 Subject: [PATCH] No color works better with more themes --- bin/omarchy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy b/bin/omarchy index 3de2c62..7f54d71 100755 --- a/bin/omarchy +++ b/bin/omarchy @@ -5,7 +5,7 @@ PATH="$PATH:$HOME/.local/share/omarchy/bin" show_ascii_art() { clear - tte -i ~/.local/share/omarchy/logo.txt --frame-rate 640 expand + tte -i ~/.local/share/omarchy/logo.txt --frame-rate 640 --no-color expand echo " $OMARCHY_VERSION" }