summaryrefslogtreecommitdiff
path: root/configs/profile/root-image/etc/skel/.config/autostart/autostart.sh
blob: ef7b766277b0770a5f4f5a0a5fd3daecbf825fa7 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash


[ -f ~/welcome.txt ] && zenity --question --width=620                 \
                               --title="_EDITION_TITLE_"              \
                               --text="$(cat ~/welcome.txt)"          \
                               --ok-label="OK"                        \
                               --cancel-label="Don't show this again" || rm ~/welcome.txt &

/home/parabola/.config/autostart/autostart-lxde.sh &