A Plymouth theme inspired by OS1 from the movie Her that supports encrypted boot setups
os_1_plymouth.mp4
git clone https://github.com/t-gitt/OS1.git
cd OS1/
sudo cp -r os1 /usr/share/plymouth/themes/
sudo plymouth-set-default-theme os1 -R
git clone https://github.com/t-gitt/OS1.git
cd OS1/
sudo cp -r os1 /usr/share/plymouth/themes/
sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/os1/os1.plymouth 100
sudo update-alternatives --config default.plymouth
sudo update-initramfs -u
if you are using an unencrypted boot drive, replace this line
:87
inos1.script
Plymouth.SetRefreshFunction (refresh_callback_with_password);
withPlymouth.SetRefreshFunction (refresh_callback);
YouTube @That Martian