added first login config script
This commit is contained in:
parent
b1d4745348
commit
5704b072a1
@ -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
10
firstboot.sh
Normal 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"
|
Loading…
Reference in New Issue
Block a user