An open API service indexing awesome lists of open source software.

https://github.com/ctorw/plyscript

Plymouth Boot animation Maker - Get ready your MP4
https://github.com/ctorw/plyscript

animations archlinux bootanimation bootsplash-theme ctorw linux plymouth plymouth-boot-animations script unixporn

Last synced: 24 days ago
JSON representation

Plymouth Boot animation Maker - Get ready your MP4

Awesome Lists containing this project

README

          


### 💻 How to run Plymouth Maker
```bash
git clone https://github.com/CtorW/Plymouth-Maker-Script.git ~/plymake
cd ~/plymake
./plymouth-maker.sh
```
> [!NOTE]
> `Make MP4 1920x1080 for better animations.`

https://github.com/user-attachments/assets/5dad8087-f868-41eb-b75b-0e0775f404ef

# How to delay the plymouth¿?
### Open this eg. vim, nano, code
```bash
sudo nano /etc/systemd/system/plymouth-wait-for-animation.service
```
### Paste this `change the TIME base on your MP4`
```bash
[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
```bash
sudo systemctl enable plymouth-wait-for-animation
```