From b1d4745348f032be6745a29a093580872d542986 Mon Sep 17 00:00:00 2001 From: Thomas Cole Date: Tue, 6 Jul 2021 09:36:24 -0400 Subject: [PATCH] xfconf --- archinstall.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/archinstall.sh b/archinstall.sh index d77a30c..696eb46 100755 --- a/archinstall.sh +++ b/archinstall.sh @@ -140,6 +140,9 @@ 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" + } ######################################################################################