From 69dcd95529a3d26e5585297dde922f4f212f66f8 Mon Sep 17 00:00:00 2001 From: Matt C Date: Wed, 2 Feb 2022 23:32:32 -0500 Subject: [PATCH] auto apply fig --- citrine.internal.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/citrine.internal.sh b/citrine.internal.sh index dde2239..dc29de0 100755 --- a/citrine.internal.sh +++ b/citrine.internal.sh @@ -373,6 +373,8 @@ while [[ "$DE" == "" ]]; do arch-chroot /mnt pacman -S --quiet --noconfirm plasma kde-applications sddm arch-chroot /mnt pacman -Sy --quiet --noconfirm whitesur-kde-theme-git whitesur-icon-theme-git whitesur-cursor-theme-git whitesur-gtk-theme-git kvantum-qt5 latte-dock DM="sddm" + arch-chroot /mnt su - ${UN} -c "kvantummanager --set WhiteSurDark" + arch-chroot /mnt su - ${UN} -c "lookandfeeltool -a com.github.vinceliuice.WhiteSur-dark" elif [[ "$DE" == "Gnome" ]]; then arch-chroot /mnt pacman -S --quiet --noconfirm gnome gnome-extra chrome-gnome-shell DM="gdm"