summaryrefslogtreecommitdiffstats
path: root/mkdocs/docs/themes/capture.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs/docs/themes/capture.sh')
-rwxr-xr-xmkdocs/docs/themes/capture.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkdocs/docs/themes/capture.sh b/mkdocs/docs/themes/capture.sh
index a9933581..bb0be6bb 100755
--- a/mkdocs/docs/themes/capture.sh
+++ b/mkdocs/docs/themes/capture.sh
@@ -48,6 +48,7 @@ echo "Use \`rofi-theme-selector\` to select and use one of these themes." >> the
Xvfb :1234 -screen 0 1920x1080x24 &
XEPHYR_PID=$!
export DISPLAY=:1234
+sleep 0.5;
run_theme "default"
for theme in ${THEMES}
do