From 9626408259a397a7e35492ac7d389d379de940c3 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 20 Nov 2025 14:25:24 +0100 Subject: [PATCH] Remove the menus from the general provider so themes don't show up in the app launcher --- migrations/1763393133.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/migrations/1763393133.sh b/migrations/1763393133.sh index 26aea76f..f84cf74d 100644 --- a/migrations/1763393133.sh +++ b/migrations/1763393133.sh @@ -2,4 +2,5 @@ echo "Link new theme picker config" mkdir -p ~/.config/elephant/menus ln -snf $OMARCHY_PATH/default/elephant/omarchy_themes.lua ~/.config/elephant/menus/omarchy_themes.lua +sed -i '/"menus",/d' ~/.config/walker/config.toml omarchy-restart-walker