Force font size 9 for the about screen

We had this but lost it
This commit is contained in:
David Heinemeier Hansson
2025-08-26 12:46:19 +02:00
parent 3affd55a90
commit 66818266ff

View File

@@ -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
}