A plymouth animation, derived from VEGA's logo.
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.
Click here for an article on the Archwiki and here for the Ubuntuwiki.
Download and extract
or clone using:
git clone https://github.com/B0redBanana/vega-plymouth.git
Install using the script Once it's downloaded, run the install script and follow the instructions. It'll ask you for the path, your distro and preferred size!
Install manually (We're using the small version in this case, replace small with either medium or large, if desired)
- For Arch-based distros
# Make sure Plymouth is installed and set up
#cd inside the folder containing the themes
cd vega-plymouth/vega
# Copying the theme into Plymouth's folder
sudo cp -r vega-small /usr/share/plymouth/themes/
# Set the theme as default
sudo plymouth-set-default-theme -R vega-plymouth-small
- For Debian based distros
# Make sure Plymouth is installed and set up
#cd inside the folder containing the themes
cd vega-plymouth/vega
# Copying the theme into Plymouth's folder
sudo cp -r vega-small /usr/share/plymouth/themes/
# Install the theme
sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/vega-small/vega-small.plymouth 100
# Choose the theme you want to use
sudo update-alternatives --config default.plymouth
# Then update initramfs
sudo update-initramfs -u
- This was created with a resolution of 1920x1080
- Feel free to leave suggestions or report any issues!
- I can't get this to work with an ecrypted drive at the moment! Help would be appreciated!