From 5171475836188e74bc43d9962ad8a4e6b4af8a7e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 23 Oct 2025 10:47:57 -0700 Subject: [PATCH] Shine up notification to set expectations --- 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 1bc41afc..e577b463 100755 --- a/bin/omarchy-windows-vm +++ b/bin/omarchy-windows-vm @@ -273,7 +273,7 @@ launch_windows() { echo "Starting Windows VM..." # Send desktop notification - notify-send "Windows VM" "Starting Windows VM, this may take a moment..." + notify-send " Starting Windows VM" " This can take 15-30 seconds" -t 15000 if ! docker-compose -f "$COMPOSE_FILE" up -d 2>&1; then echo "❌ Failed to start Windows VM!"