Allow updating themes

This commit is contained in:
David Heinemeier Hansson
2025-08-04 19:50:03 +02:00
parent b2ab061e3c
commit d599a98a76
2 changed files with 12 additions and 3 deletions

View File

@@ -87,8 +87,9 @@ show_install_menu() {
}
show_update_menu() {
case $(menu "Update" "󰣇 Omarchy ($OMARCHY_VERSION)\n Timezone") in
case $(menu "Update" "󰣇 Omarchy ($OMARCHY_VERSION)\n󰸌 Themes\n Timezone") in
*Omarchy*) terminal $OMARCHY_BIN_PATH/omarchy-update ;;
*Themes*) terminal $OMARCHY_BIN_PATH/omarchy-theme-update ;;
*Timezone*) $OMARCHY_BIN_PATH/omarchy-cmd-tzupdate ;;
*) show_main_menu ;;
esac