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
+1 -1
View File
@@ -8,7 +8,7 @@
# show_system_menu() {
# case $(menu "System" " Lock\n󰐥 Shutdown") in
# *Lock*) omarchy-lock-screen ;;
# *Shutdown*) omarchy-cmd-shutdown ;;
# *Shutdown*) omarchy-system-shutdown ;;
# *) back_to show_main_menu ;;
# esac
# }