base: Wait a bit before starting the wizard

This commit is contained in:
K. Lange 2021-10-26 16:01:10 +09:00
parent 9e64a0a978
commit 9fc21a03e2
2 changed files with 6 additions and 1 deletions

5
apps/show-tutorial.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/sh
touch ~/.tutorial-shown
sh -c "sleep 1; tutorial" &

View File

@ -5,5 +5,5 @@ cd ~/Desktop
file-browser --wallpaper &
toastd --really # Daemonizes
cd ~
if not stat -q ~/.tutorial-shown then sh -c "touch ~/.tutorial-shown; tutorial &"
if not stat -q ~/.tutorial-shown then show-tutorial.sh
exec panel --really