Get that combusting rocket animation found in Pop!_OS installation right on your splash screen.
For Debian-based distros only!
(just because I have no idea how to code or do anything Linux. I'm weird.)
Plymouth is a project from Fedora and now listed among the freedesktop.org's official resources providing a flicker-free graphical boot process. It relies on kernel mode setting (KMS) to set the native resolution of the display as early as possible, then provides an eye-candy splash screen leading all the way up to the login manager.
Download : you can download via link below -
- For Debian (Pop!_OS, Ubuntu, Kubuntu, etc.)-based distros:
# make sure you have the packages for plymouth
sudo apt install plymouth
# after downloading theme, copy the selected theme in plymouth theme dir
sudo cp -r rocket /usr/share/plymouth/themes/
# install the new theme
sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/rocket/rocket.plymouth 100
# select the theme to apply
sudo update-alternatives --config default.plymouth
#(select the number for installed theme, rocket in this case)
# update initramfs
sudo update-initramfs -u
- Thanks to @adi1090x! Rocket Theme is a fork of his Plymouth Themes. Without his work, this wouldn't have been possible :) Check out his page! And his distro Archcraft :)