Merge branch 'dev' into pinned-packages

This commit is contained in:
David Heinemeier Hansson
2025-08-27 12:03:16 +02:00
committed by GitHub
5 changed files with 31 additions and 49 deletions

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
}