Standardize all notification sending

This commit is contained in:
David Heinemeier Hansson
2026-05-17 19:51:29 +02:00
parent 682c6406bd
commit 4e2da8480a
24 changed files with 62 additions and 90 deletions
+1 -1
View File
@@ -293,7 +293,7 @@ launch_windows() {
echo "Starting Windows VM..."
# Send desktop notification
notify-send -a omarchy-action " Starting Windows VM" " This can take 15-30 seconds" -t 15000
omarchy-notification-send -g  "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!"