Ubuntu18.04 boot interface landscaping --Mac

UBuntu18.04 boot interface beautification

Material Download: https: //www.gnome-look.org/browse/cat/108/ord/rating/

1. Unzip downloaded material, modify the file name, the name Plymouth theme and the theme file and directory names exactly the same theme

2. Open filename.Plymouth with a text editor, ImageDir and ScriptFile content changed to the following:

ImageDir=/usr/share/plymouth/themes/filename
ScriptFile=/usr/share/plymouth/themes/nsa/filename.script

3. Copy the folder to the / usr / share / plymouth / themes /

4. execute command in a terminal:

sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/filename/filename.plymouth  100
sudo update-alternatives --config default.plymouth
执行此作后,在终端返回的信息中,选择自己下载的主题文件(填写文件前的序号)按Enter键
sudo update-initramfs -u

Reboot the system to see the effect of power on their own to change the mode becomes

Here the whole landscaping is complete, if better suggestions welcome to discuss the exchange

If you need a cursor, the login screen landscaping, landscaping theme, you can see into my home page Optimization

Released five original articles · won praise 5 · Views 114

Guess you like

Origin blog.csdn.net/weixin_44145894/article/details/105130336