From 7c58c679cfb7fd13a416502ba7420b1c55ff7a49 Mon Sep 17 00:00:00 2001 From: Matt C Date: Thu, 3 Feb 2022 00:54:37 -0500 Subject: [PATCH] theme go brr --- citrine.internal.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/citrine.internal.sh b/citrine.internal.sh index 25b6a3e..ed133d8 100755 --- a/citrine.internal.sh +++ b/citrine.internal.sh @@ -448,6 +448,11 @@ if [[ "$flatpak" == "0" ]]; then dump "Adding the flathub remote likely failed. We're sorry we can't work around this. Ask in discord if you need help." fi +if [[ "$DE" != "Fig" ]]; then + arch-chroot /mnt pacman -S --quiet --noconfirm crystal-grub-theme + echo "GRUB_THEME=\"/usr/share/grub/themes/crystal/theme.txt\"" >> /mnt/etc/default/grub +fi + if [[ "$EFI" == "yes" ]]; then arch-chroot /mnt grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=crystal --removable else @@ -455,6 +460,8 @@ else fi arch-chroot /mnt grub-mkconfig -o /boot/grub/grub.cfg + + inf "Installation should now be complete." yesno "Would you like to chroot into the new install to configure manually? (y/N)"