Update install.sh
This commit is contained in:
@@ -280,12 +280,9 @@ mpd &
|
|||||||
xautolock -time 120 -locker "xsecurelock" -detectsleep -secure &
|
xautolock -time 120 -locker "xsecurelock" -detectsleep -secure &
|
||||||
|
|
||||||
if [ ! -f ~/.config/.first_login_done ]; then
|
if [ ! -f ~/.config/.first_login_done ]; then
|
||||||
if (whiptail --title "Welcome to Qmade" --yesno "Do you want to autogenerate a new wallpaper and colors ?\nI would recommend it so you get some new colors. \nand you can always make a new theme yourself by pressing Control + Windows key + Alt + T" 6 60); then
|
|
||||||
auto-new-wallpaper-and-colors
|
auto-new-wallpaper-and-colors
|
||||||
touch ~/.config/.first_login_done
|
touch ~/.config/.first_login_done
|
||||||
else
|
fi
|
||||||
touch ~/.config/.first_login_done
|
|
||||||
fi
|
|
||||||
|
|
||||||
QTILEAUTOSTART
|
QTILEAUTOSTART
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user