Move omarchy-lock-screen to omarchy-system-lock to fit with the others

This commit is contained in:
David Heinemeier Hansson
2026-04-29 15:08:20 +02:00
parent a7593ade7a
commit 74a3797cf0
7 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#
# show_system_menu() {
# case $(menu "System" " Lock\n󰐥 Shutdown") in
# *Lock*) omarchy-lock-screen ;;
# *Lock*) omarchy-system-lock ;;
# *Shutdown*) omarchy-system-shutdown ;;
# *) back_to show_main_menu ;;
# esac