From aa7d12ed1f147d5b8814ae1dc429276725a6fa63 Mon Sep 17 00:00:00 2001 From: Thomas Cole Date: Wed, 7 Jul 2021 08:16:32 -0400 Subject: [PATCH] tweak setup script --- archinstall.sh | 8 ++++++++ firstboot.sh | 5 ++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/archinstall.sh b/archinstall.sh index 7bcd710..557dda4 100755 --- a/archinstall.sh +++ b/archinstall.sh @@ -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 \ No newline at end of file diff --git a/firstboot.sh b/firstboot.sh index 4bcb143..f589c28 100644 --- a/firstboot.sh +++ b/firstboot.sh @@ -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