Ubuntu20.04开机界面(boot animation)改成Windows95

apt install plymouth

git clone https://gitee.com/fastsource/Chicago95

下面全程管理员权限执行

cp -r Chicago95 /usr/share/plymouth/themes/
update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/Chicago95/Chicago95.plymouth  100
update-alternatives --config default.plymouth
执行后,会出来一个选单,然后手动输入我们安装的主题的序号。

update-initramfs -u
执行后要等半分钟左右

效果如下:

ubuntu开机动画改为win95

 

 


Reference:
Ubuntu 16.04美化——Plymouth(splash screen/开机画面)主题安装

#####################################附录(没啥用,一开始我害怕失败所以备份了下)############################
default.plymouth原来内容是:

[Plymouth Theme]
Name=Xubuntu Logo
Description=A theme that features a background with a logo.
ModuleName=script

[script]
ImageDir=/usr/share/plymouth/themes/xubuntu-logo
ScriptFile=/usr/share/plymouth/themes/xubuntu-logo/xubuntu-logo.script

 

你可能感兴趣的:(Linux技能汇总)