x-plymouth

This commit is contained in:
Daniel Dayley 2022-06-12 11:56:46 -06:00
parent ffc814a93f
commit b0609bc50e

View File

@ -4,12 +4,14 @@
### Installation ### Installation
`git clone https://github.com/Cronocide/x-plymouth-theme` ```
`cd x-plymouth` git clone https://github.com/Cronocide/x-plymouth-theme
`sudo cp -r x-plymouth /usr/share/plymouth/themes/` cd x-plymouth
`sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/x-plymouth/x-plymouth.plymouth 800` sudo cp -r x-plymouth /usr/share/plymouth/themes/
`sudo update-alternatives --set default.plymouth /usr/share/plymouth/themes/x-plymouth/x-plymouth.plymouth` sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/x-plymouth/x-plymouth.plymouth 800
`sudo update-initramfs -u` sudo update-alternatives --set default.plymouth /usr/share/plymouth/themes/x-plymouth/x-plymouth.plymouth
sudo update-initramfs -u
```
### Customization ### Customization