PS1 style plymouth boot theme
pslinux.mp4
Note
Script based on template file from https://github.com/adi1090x/plymouth-themes
Install the plymouth package (check the Arch Wiki)
Download and apply this theme:
git clone https://github.com/MrE8065/PSLinux.git ~/PSLinux
sudo cp -r ~/PSLinux/pslinux /usr/share/plymouth/themes
sudo plymouth-set-default-theme -R pslinux
If your system boots fast and the animation doesn't show completely, create this service:
/etc/systemd/system/plymouth-wait-for-animation.service
[Unit]
Description=Waits for Plymouth animation to finish
Before=plymouth-quit.service display-manager.service
[Service]
Type=oneshot
ExecStart=/usr/bin/sleep 9
[Install]
WantedBy=plymouth-start.service
And enable it:
sudo systemctl enable plymouth-wait-for-animation.service