This repository includes Plymoyth themes featuring a progress bar, available in various color schemes. It's a fork from 1deterministic's Plymouth Progress bar, based on Micheal Bearly's Apple Mac Plymouth Bar
Screenshots folder (including encryption prompt)
Just run build.sh
from the project folder. It will create a folder called build
, where all color schemes will be available with their own folders.
To generate screenshots Python 3 with the Pillow module is required. The generation of screenshots is enabled by default, but will only create 1024x768 images. More resolutions are available editing create-screenshots.py
- Edit the
.xcf
files ingimp-sources
with GIMP to your liking. - Export them as
.png
without changing the name, you can override existing files incolor-schemes
or create your own folder there. - The build script will only consider as a color scheme a folder inside another folder in
color-schemes
. So, say you want to create a theme called my-theme. You could createcolor-schemes/custom/my-theme
, and it would generate build/my-theme-custom based on it. - The build script will also generate screenshots so you can preview your theme without rebooting.
This will vary between distros, but the general rule is:
- Your
/etc/default/grub
must containquiet splash
inGRUB_CMDLINE_LINUX=
- Copy the theme to
/usr/share/plymouth/themes
- Edit
/etc/plymouth/plymouth.conf
, changingTheme=
to match your theme (e.g.Theme=kamuriki
) - Regenerate your initramfs as well as your grub.cfg (on Debian/Ubuntu should be
update-initramfs -u
andupdate-grub
, both as root)