From 7118ef6b199d231390bac43899d7d0d988c803c0 Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Mon, 5 Jan 2026 15:15:56 -0500 Subject: [PATCH] Correct message --- bin/omarchy-windows-vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-windows-vm b/bin/omarchy-windows-vm index 5ce9b8d8..129838f8 100755 --- a/bin/omarchy-windows-vm +++ b/bin/omarchy-windows-vm @@ -312,7 +312,7 @@ launch_windows() { fi if ! wait_for_rdp_ready "$WIN_USER" "$WIN_PASS"; then - notify-send -u critical "Windows VM" "RDP not ready yet. Please try again shortly." + notify-send -u critical "Windows VM" "Did not come alive in time." exit 1 fi