Link the visual menu config at install too

This commit is contained in:
David Heinemeier Hansson
2025-11-21 18:27:00 +01:00
parent 8007e38d88
commit fc7feda70f

View File

@@ -15,3 +15,7 @@ Description = Restarting Walker services after system update
When = PostTransaction
Exec = $OMARCHY_PATH/bin/omarchy-restart-walker
EOF
# Link the visual theme menu config
mkdir -p ~/.config/elephant/menus
ln -snf $OMARCHY_PATH/default/elephant/omarchy_themes.lua ~/.config/elephant/menus/omarchy_themes.lua