Bootsplash-manjaro-green

Kernel Bootsplash theme for manjaro Linux using Manjaro logo and a custom spinner with green colors.

This project was based on multiple other great projects like:

https://github.com/Blacksuan19/Bootsplash-Themes

https://github.com/GrayJack/manjaro-grayjack/tree/master/PKGBUILDs/manjaro-bootsplash-green

https://github.com/tchavei/bootsplash-manjaro-maia

The spinner base gif was created using Preloaders.net and heavily modified afterwards

Author: Mubashshir

Installation:

  • git clone https://github.com/ahmubashshir/bootsplash-manjaro-green.git
  • cd bootsplash-manjaro-green
  • git checkout pkgbuild
  • run makepkg -s to create an Arch package and install it with pacman -U $package_nameor alternatively make and install with one single command: makepkg -sci
  • append bootsplash-manjaro-green hook at the end of HOOKS string in /etc/mkinitcpio.conf
  • add bootsplash.bootfile=bootsplash-themes/manjaro-green/bootsplash at the end of GRUB_CMDLINE_LINUX string in /etc/default/grub and don't forget to remove the quiet parameter!
  • run sudo mkinitcpio -P
  • run sudo update-grub