diff --git a/bin/omarchy-menu b/bin/omarchy-menu index d5dd702c..22e3fd43 100755 --- a/bin/omarchy-menu +++ b/bin/omarchy-menu @@ -291,11 +291,11 @@ show_remove_menu() { } show_update_menu() { - case $(menu "Update" "󰣇 Omarchy\n Config\n Process\n󰸌 Themes\n Timezone") in + case $(menu "Update" "󰣇 Omarchy\n Config\n󰸌 Themes\n Process\n Timezone") in *Omarchy*) present_terminal omarchy-update ;; *Config*) show_update_config_menu ;; - *Process*) show_update_process_menu ;; *Themes*) present_terminal omarchy-theme-update ;; + *Process*) show_update_process_menu ;; *Timezone*) omarchy-cmd-tzupdate ;; *) show_main_menu ;; esac