tweak setup script

This commit is contained in:
Thomas Cole 2021-07-07 08:16:32 -04:00
parent 102d9df402
commit aa7d12ed1f
2 changed files with 12 additions and 1 deletions

View File

@ -182,4 +182,12 @@ if [ $? -eq 1 ]; then
setup
else
echoc "System installation failed!" $RED
fi
#sysinstall good
if [ $? -eq 1 ]; then
echo "Pre-boot setup complete."
echo "A configuration script will be executed at first login."
else
echoc "Pre-boot setup failed!" $RED
fi

View File

@ -1,8 +1,11 @@
#!/bin/bash
sleep 10
notify-send -t 3 "RUNNING FIRST TIME CONFIG"
xfconf-query -c xsettings -p /Net/ThemeName -s "Arc-Darker"
xfconf-query -c xsettings -p /Gtk/FontName -s "Noto Sans Regular"
xfconf-query -c xsettings -p /Gtk/FontName -s "Noto Sans Regular 10"
##REMOVE AFTER RUN