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
- Host: GitHub
- URL: https://github.com/ctorw/plyscript
- Owner: CtorW
- License: mit
- Created: 2025-08-04T05:23:35.000Z (9 months ago)
- Default Branch: uno
- Last Pushed: 2025-08-25T18:57:14.000Z (9 months ago)
- Last Synced: 2025-09-09T17:03:54.352Z (8 months ago)
- Topics: animations, archlinux, bootanimation, bootsplash-theme, ctorw, linux, plymouth, plymouth-boot-animations, script, unixporn
- Language: Shell
- Homepage:
- Size: 16.7 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```