Plymouth theme for Manjaro linux using slightly tweaked manjaro logo and a custom spinner.
This project is a fork of this project.
The spinner base gif was created using Preloaders.net and heavily modified afterwards.
-
use
git clone https://github.com/funinkina/manjaro-minimal-bootsplash.gitto clone this repository to your home folder. -
cd manjaro-minimal-bootsplash -
run
chmod +x bootsplash-minimal.sh -
run
chmod +x bootsplash-packer -
run
./bootsplash-minimal.shto generate the STL model. -
run
makepkg -scito create and and install the package automatically (alternatively you can usemakepkg -sto create the arch package and install it with:pacman -U $package_name). -
append
manjaro-minimal-bootsplashhook at the end of HOOKS string in/etc/mkinitcpio.conf
it should look something like this:HOOKS="base udev autodetect modconf block keyboard keymap consolefont plymouth resume filesystems fsck manjaro-minimal-bootsplash"
-
add
bootsplash.bootfile=bootsplash-themes/minimal/bootsplashat the end ofGRUB_CMDLINE_LINUXstring in/etc/default/gruband don't forget to remove thequietparameter!
it should look something like this:GRUB_CMDLINE_LINUX_DEFAULT="bootsplash.bootfile=bootsplash-themes/minimal/bootsplash"
-
run
sudo mkinitcpio -P -
run
sudo update-grub
