summaryrefslogtreecommitdiff
path: root/configs/profile/root-image/etc/skel/.config/autostart/autostart.sh
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2017-10-19 01:02:05 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2018-01-01 00:53:09 -0500
commit456dc3314cc45d149de26f367f4872a3d9e0fa98 (patch)
treee2d9f25751efa74e042a248293c2899b6ff8b9a9 /configs/profile/root-image/etc/skel/.config/autostart/autostart.sh
parent9699ecdf11572a3cdcb34ae022320a1fd18ad129 (diff)
add filesystem overlay for graphical systems
Diffstat (limited to 'configs/profile/root-image/etc/skel/.config/autostart/autostart.sh')
-rwxr-xr-xconfigs/profile/root-image/etc/skel/.config/autostart/autostart.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/profile/root-image/etc/skel/.config/autostart/autostart.sh b/configs/profile/root-image/etc/skel/.config/autostart/autostart.sh
new file mode 100755
index 0000000..ef7b766
--- /dev/null
+++ b/configs/profile/root-image/etc/skel/.config/autostart/autostart.sh
@@ -0,0 +1,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 &