mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-26 23:24:29 +02:00
Updated Plymouth to use new file paths
This commit is contained in:
parent
7d2a9bb752
commit
b7d084b3ac
@ -4,5 +4,5 @@ Description=Boot screen to simulate Windows 95 boot animation
|
|||||||
ModuleName=script
|
ModuleName=script
|
||||||
|
|
||||||
[script]
|
[script]
|
||||||
ImageDir=/lib/plymouth/themes/Chicago95
|
ImageDir=/usr/share/plymouth/themes/Chicago95
|
||||||
ScriptFile=/lib/plymouth/themes/Chicago95/Chicago95.script
|
ScriptFile=/usr/share/plymouth/themes/Chicago95/Chicago95.script
|
||||||
|
@ -6,7 +6,8 @@ It is meant to simulate the Windows 95 boot screen and shutdown screen.
|
|||||||
|
|
||||||
to install (Ubuntu):
|
to install (Ubuntu):
|
||||||
|
|
||||||
sudo cp -r Chicago95 /lib/plymouth/themes/
|
sudo apt install plymouth-themes
|
||||||
sudo update-alternatives --install /lib/plymouth/themes/default.plymouth default.plymouth /lib/plymouth/themes/Chicago95/Chicago95.plymouth 100
|
sudo cp -r Chicago95 /usr/share/plymouth/themes/
|
||||||
|
sudo update-alternatives --install /usr/share//plymouth/themes/default.plymouth default.plymouth /usr/share//plymouth/themes/Chicago95/Chicago95.plymouth 100
|
||||||
sudo update-alternatives --config default.plymouth #here, choose the number of the theme you want to use then hit enter
|
sudo update-alternatives --config default.plymouth #here, choose the number of the theme you want to use then hit enter
|
||||||
sudo update-initramfs -u
|
sudo update-initramfs -u
|
||||||
|
Loading…
x
Reference in New Issue
Block a user