From d16dd322ee88c0f980ad9dd2e93ab6289ee95e11 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Wed, 23 Feb 2022 10:46:40 -0600 Subject: [PATCH] Add post setup of plymouth theme --- scripts/3-post-setup.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scripts/3-post-setup.sh b/scripts/3-post-setup.sh index 55cc4d9..f90719a 100755 --- a/scripts/3-post-setup.sh +++ b/scripts/3-post-setup.sh @@ -76,6 +76,16 @@ else fi fi +echo -ne " +------------------------------------------------------------------------- + Enabling (and Theming) Plymouth Boot Splash +------------------------------------------------------------------------- +" +PLYMOUTH_THEMES="$HOME/ArchTitus/configs/usr/share/plymouth/themes" +mkdir -p /usr/share/plymouth/themes +cp -rf ${PLYMOUTH_THEMES}/arch-glow /usr/share/plymouth/themes +plymouth-set-default-theme -R arch-glow + echo -ne " ------------------------------------------------------------------------- Enabling Essential Services