Skip to content

CtorW/Plyscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻 How to run Plymouth Maker

git clone https://github.com/CtorW/Plymouth-Maker-Script.git ~/plymake
cd ~/plymake
./plymouth-maker.sh

Note

Make MP4 1920x1080 for better animations.

example.mp4

How to delay the plymouth¿?

Open this eg. vim, nano, code

sudo nano /etc/systemd/system/plymouth-wait-for-animation.service

Paste this change the TIME base on your MP4

[Unit]
Description=Waits for Plymouth animation to finish
Before=plymouth-quit.service

[Service]
Type=oneshot
ExecStart=/bin/sleep TIME

[Install]
WantedBy=plymouth-start.service

then Enable new service

sudo systemctl enable plymouth-wait-for-animation