Order of appearance

This commit is contained in:
David Heinemeier Hansson
2025-08-27 21:05:38 +02:00
parent e337c0bbdc
commit 203dcce898

View File

@@ -377,12 +377,12 @@ go_to_menu() {
*screenrecord*) show_screenrecord_menu ;;
*toggle*) show_toggle_menu ;;
*setup*) show_setup_menu ;;
*power*) show_setup_power_menu ;;
*install*) show_install_menu ;;
*remove*) show_remove_menu ;;
*update*) show_update_menu ;;
*system*) show_system_menu ;;
*about*) alacritty --class Omarchy -o font.size=9 -e bash -c 'fastfetch; read -n 1 -s' ;;
*power*) show_setup_power_menu ;;
*system*) show_system_menu ;;
esac
}