From 6c4571f2ca97441431309d7cbbad813ff6220609 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 11 Aug 2025 16:07:51 +0200 Subject: [PATCH] Have to touch manually since we are relaunching from migration directly --- migrations/1751134560.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/migrations/1751134560.sh b/migrations/1751134560.sh index f15c1452..a8932f45 100644 --- a/migrations/1751134560.sh +++ b/migrations/1751134560.sh @@ -8,4 +8,7 @@ omarchy-refresh-config uwsm/env echo -e "\n\e[31mOmarchy bins have been added to PATH (and OMARCHY_PATH is now system-wide).\nYou must immediately relaunch Hyprland or most Omarchy cmds won't work.\nPlease run Omarchy > Update again after the quick relaunch is complete.\e[0m" echo -gum confirm "Ready to relaunch Hyprland? (All applications will be closed)" && uwsm stop + +gum confirm "Ready to relaunch Hyprland? (All applications will be closed)" && + touch ~/.local/state/omarchy/migrations/1751134560.sh && + uwsm stop