2022-06-12 17:56:11 +00:00
|
|
|
# x-plymouth
|
2022-06-12 17:55:51 +00:00
|
|
|
|
|
|
|
## A two-step theme for Plymouth.
|
|
|
|
|
|
|
|
### Installation
|
|
|
|
|
2022-06-12 17:56:46 +00:00
|
|
|
```
|
2022-06-12 22:59:25 +00:00
|
|
|
sudo apt install plymouth-themes
|
2022-06-12 17:56:46 +00:00
|
|
|
git clone https://github.com/Cronocide/x-plymouth-theme
|
2022-06-12 22:59:25 +00:00
|
|
|
cd x-plymouth-theme
|
2022-06-12 17:56:46 +00:00
|
|
|
sudo cp -r x-plymouth /usr/share/plymouth/themes/
|
|
|
|
sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/x-plymouth/x-plymouth.plymouth 800
|
|
|
|
sudo update-alternatives --set default.plymouth /usr/share/plymouth/themes/x-plymouth/x-plymouth.plymouth
|
|
|
|
sudo update-initramfs -u
|
|
|
|
```
|
2022-06-12 17:55:51 +00:00
|
|
|
|
|
|
|
### Customization
|
|
|
|
|
|
|
|
The background color can be changed by setting the `BackgroundStartColor` and `BackgroundEndColor` parameters in x-plymouth.plymouth.
|