diff --git a/config/omarchy/extensions/menu.sh b/config/omarchy/extensions/menu.sh index 76857c15..bf618f07 100644 --- a/config/omarchy/extensions/menu.sh +++ b/config/omarchy/extensions/menu.sh @@ -12,9 +12,9 @@ # *) back_to show_main_menu ;; # esac # } -# +# # Example of overriding just the about menu action: (Using zsh instead of bash (default)) -# +# # show_about() { # exec omarchy-launch-or-focus-tui "zsh -c 'fastfetch; read -k 1'" # }