Dark version of Mintply, a Plymouth theme including a reimagined Linux Mint logo. Mintply is based on Edubuntu Plymouth. Linux Mint reimagined logo created by the same author of Mintply, Tomáš Moravec. The original Mintply theme can be found on LinuxMint-Art.
git clone https://github.com/calvellido/mintply-dark.git
First copy the mintply-dark
directory over /lib/plymouth/themes/
or /usr/share/plymouth/themes/
depending on where your Plymouth installation sits, wou will need root privileges for this. Check that the directory set on file is correct.
cp -r mintply-dark/mintply-dark /usr/share/plymouth/themes/
Then install the theme on the system by the update-alternatives
command:
sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/mintply-dark/mintply-dark.plymouth 100
Select the new installed theme to be the default by selecting its appropiate number:
sudo update-alternatives --config default.plymouth
And finally rebuild the image with:
sudo update-initramfs -u
Done, enjoy it!