base: Wait a bit before starting the wizard
This commit is contained in:
parent
9e64a0a978
commit
9fc21a03e2
5
apps/show-tutorial.sh
Normal file
5
apps/show-tutorial.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
touch ~/.tutorial-shown
|
||||
sh -c "sleep 1; tutorial" &
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user