gnulinux-config

sglbl-logo-animation Plymouth Theme

This is a Plymouth theme with a logo animation.

Open the odp file in LibreOffice Impress and export it as images using this extension

Rename the files (from animation - 01.png to animation-01.png …):

i=0; for f in animation*.png; do   printf -v n "%02d" "$i"; sudo  mv "$f" "animation-$n.png";   ((i++)); done

Installation

  1. Install the theme:

    sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/sglbl-logo-animation/sglbl-logo-animation.plymouth 100
    
  2. Select the theme:

    sudo update-alternatives --config default.plymouth
    
  3. Update the initramfs:

    sudo update-initramfs -u