Group system menu bins together

This commit is contained in:
David Heinemeier Hansson
2026-02-21 16:36:56 +01:00
parent 1c527e0cd7
commit 311fbe8576
9 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -578,8 +578,8 @@ show_system_menu() {
*Suspend*) systemctl suspend ;;
*Hibernate*) systemctl hibernate ;;
*Logout*) omarchy-system-logout ;;
*Restart*) omarchy-cmd-reboot ;;
*Shutdown*) omarchy-cmd-shutdown ;;
*Restart*) omarchy-system-reboot ;;
*Shutdown*) omarchy-system-shutdown ;;
*) back_to show_main_menu ;;
esac
}