Standardize all notification sending
This commit is contained in:
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user