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
|
|
|
|
|
|
|
|
`git clone https://github.com/Cronocide/x-plymouth-theme`
|
|
|
|
`cd x-plymouth`
|
|
|
|
`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`
|
|
|
|
|
|
|
|
### Customization
|
|
|
|
|
|
|
|
The background color can be changed by setting the `BackgroundStartColor` and `BackgroundEndColor` parameters in x-plymouth.plymouth.
|