SUSE operating system mascot inspired chameleon that cycles through colors during the boot processHow to Install Boot Themes on Linux Mint* 1. Copy the new theme under /usr/share/plymouth/themes/$ sudo cp -r new-theme/ /usr/share/plymouth/themes/* ( Some distros will tell you /lib/plymouth/themes/ )2. Update the theme menu$ sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /lib/plymouth/themes/new-theme/new-theme.plymouth 1003. Choose the custom theme from Plymouth menu$ sudo update-alternatives --config default.plymouth4. Update $ sudo initramfs$ sudo update-initramfs -u*** 5. Edit framerate for smoother animation ***$ sudo -s$ echo FRAMEBUFFER=y >>/etc/initramfs-tools/conf.d/splash$ update-initramfs -u
Ratings & Comments
0 Comments