From 6e83c4f661025b8bdfcc83521934a8d390c5fe91 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 19 Nov 2025 12:06:38 +0100 Subject: [PATCH] The restart is coming later when we switch to systemd --- migrations/1758107879.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/migrations/1758107879.sh b/migrations/1758107879.sh index 059a0c5b..e735ebe6 100644 --- a/migrations/1758107879.sh +++ b/migrations/1758107879.sh @@ -41,5 +41,8 @@ if $NEEDS_MIGRATION; then source $OMARCHY_PATH/install/config/walker-elephant.sh rm -rf ~/.config/walker/themes - omarchy-refresh-walker + + omarchy-refresh-config walker/config.toml + omarchy-refresh-config elephant/calc.toml + omarchy-refresh-config elephant/desktopapplications.toml fi