From 49b191b2af16bdadcd6cde4eb04cee2d2163e78f Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 15 Jul 2025 19:17:32 -0700 Subject: [PATCH] Always lowercase --- bin/omarchy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy b/bin/omarchy index 34fe88e..24faeef 100755 --- a/bin/omarchy +++ b/bin/omarchy @@ -35,7 +35,7 @@ main_menu() { update_menu() { show_ascii_art - local menu=("Omarchy" "Wofi Apps" "Waybar" "Plymouth" "Back") + local menu=("Omarchy" "Wofi apps" "Waybar" "Plymouth" "Back") local commands=( "omarchy-update" "omarchy-sync-applications"