From 99d3cc113ecd2580e28b5ddc5652915646f6a655 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 11 Aug 2025 16:04:26 +0200 Subject: [PATCH] We unfortunately need to run the relaunch immediately --- migrations/1751134560.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/migrations/1751134560.sh b/migrations/1751134560.sh index 8fae19b6..d3464aa2 100644 --- a/migrations/1751134560.sh +++ b/migrations/1751134560.sh @@ -5,4 +5,7 @@ export PATH="$OMARCHY_PATH/bin:$PATH" mkdir -p "$HOME/.config/uwsm/" omarchy-refresh-config uwsm/env -omarchy-state set relaunch-required + +echo -e "\n\e[31mOmarchy has a new PATH. You 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