added first login config script

This commit is contained in:
Thomas Cole 2021-07-06 09:55:35 -04:00
parent b1d4745348
commit 5704b072a1
2 changed files with 11 additions and 3 deletions

View File

@ -140,9 +140,7 @@ setup () {
arch-chroot /mnt systemctl enable NetworkManager
arch-chroot /mnt systemctl enable lightdm
arch-chroot /mnt xfconf-query -c xsettings -p /Net/ThemeName -s "Arc-Darker"
arch-chroot /mnt xfconf-query -c xsettings -p /Gtk/FontName -s "Noto Sans Regular"
curl https://git.thomaspcole.com/thomascole/AALI/raw/branch/master/firstboot.sh > /mnt/home/clc/firstboot.sh
}
######################################################################################

10
firstboot.sh Normal file
View File

@ -0,0 +1,10 @@
#!/bin/bash
xfconf-query -c xsettings -p /Net/ThemeName -s "Arc-Darker"
xfconf-query -c xsettings -p /Gtk/FontName -s "Noto Sans Regular"
##REMOVE AFTER RUN
#DISABLED FOR TESTING
#rm -- "$0"