A macOS-like boot screen theme for Plymouth
-
Clone this repo and then
cd
to it.$ git clone https://github.com/fathyar/mac-plymouth.git && cd mac-plymouth
-
Copy mac folder to
/usr/share/plymouth/themes
directory andcd
to there.$ sudo cp -r mac /usr/share/plymouth/themes && cd /usr/share/plymouth/themes
-
Run the command below.
$ sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/mac/mac.plymouth 100
-
And then run:
$ sudo update-alternatives --config default.plymouth
to choose and set the default theme.
-
Finally, run:
$ sudo update-initramfs -u