In order of appearance

This commit is contained in:
David Heinemeier Hansson
2026-01-31 18:14:47 +01:00
parent ff2a47c67e
commit bebf14a18c

View File

@@ -555,6 +555,10 @@ show_update_password_menu() {
esac
}
show_about() {
omarchy-launch-about
}
show_system_menu() {
local options=" Lock\n󱄄 Screensaver"
[ -f ~/.local/state/omarchy/toggles/suspend-on ] && options="$options\n󰒲 Suspend"
@@ -576,10 +580,6 @@ show_main_menu() {
go_to_menu "$(menu "Go" "󰀻 Apps\n󰧑 Learn\n󱓞 Trigger\n Style\n Setup\n󰉉 Install\n󰭌 Remove\n Update\n About\n System")"
}
show_about() {
omarchy-launch-about
}
go_to_menu() {
case "${1,,}" in
*apps*) walker -p "Launch…" ;;