From 66818266ffe0c683436d2e795898b61308baff9d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 26 Aug 2025 12:46:19 +0200 Subject: [PATCH] Force font size 9 for the about screen We had this but lost it --- bin/omarchy-menu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-menu b/bin/omarchy-menu index b4e0a82..f5179cb 100755 --- a/bin/omarchy-menu +++ b/bin/omarchy-menu @@ -381,7 +381,7 @@ go_to_menu() { *remove*) show_remove_menu ;; *update*) show_update_menu ;; *system*) show_system_menu ;; - *about*) terminal bash -c 'fastfetch; read -n 1 -s' ;; + *about*) alacritty --class Omarchy -o font.size=9 -e bash -c 'fastfetch; read -n 1 -s' ;; esac }