Bad Apple Plymouth bootup splash (in 60 fps)
- Plymouth (AUR)
- Make sure your bootloader already has
quiet splash loglevel=3 rd.udev.log_priority=3
kernel parameters - An 256M or more EFI partition is recommended (without fallback initramfs)
Install this repo into /usr/share/plymouth/themes
folder
sudo git clone https://github.com/ruanyouxing/bad-apple-plymouth /usr/share/plymouth/themes/bad_apple/
Then regenerate your initramfs by executing:
sudo plymouth-set-default-theme -R bad_apple
Reboot and you are done!
- Edit your
/usr/lib/systemd/system/plymouth-quit.service
- In [Service] section add
ExecStartPre=/usr/bin/sleep 4 (or whatever seconds you prefer)