Ensure the elephant menus are always linked on a refresh

Closes #4717
This commit is contained in:
David Heinemeier Hansson
2026-05-03 21:01:27 +02:00
parent 9c944e89f6
commit dfc6eab8db
+6
View File
@@ -16,5 +16,11 @@ omarchy-refresh-config walker/config.toml
omarchy-refresh-config elephant/calc.toml omarchy-refresh-config elephant/calc.toml
omarchy-refresh-config elephant/desktopapplications.toml omarchy-refresh-config elephant/desktopapplications.toml
# Link all elephant menus
mkdir -p ~/.config/elephant/menus
for menu in $OMARCHY_PATH/default/elephant/*.lua; do
ln -snf "$menu" ~/.config/elephant/menus/"$(basename "$menu")"
done
# Restart service # Restart service
omarchy-restart-walker omarchy-restart-walker