diff --git a/screenshot.jpg b/screenshot.jpg index 55741f2f..ae8d4b41 100644 Binary files a/screenshot.jpg and b/screenshot.jpg differ diff --git a/scripts/take-screenshot.sh b/scripts/take-screenshot.sh index ddcb4eab..c319602e 100755 --- a/scripts/take-screenshot.sh +++ b/scripts/take-screenshot.sh @@ -10,7 +10,7 @@ rm -f ${IMAGE} bin/minigalaxy & # Wait for Minigalaxy -sleep 5s +sleep 15s # Get the window id WID="$(xwininfo -tree -root|grep Minigalaxy|tail -1|awk '{print $1}')"