ubuntu18.04 global beautification ------- most complete

Let ’s beautify the completed pictures first

Mainly make a record

Boot LOGO
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here

System environment:

1、ubuntu 18.04

2、VMware 14

3. Themes and icons required for beautification

Link: https://pan.baidu.com/s/1Om8ntCJHm7341a0ZC-emiQ
extraction code: 4axn

Insert picture description here

Began to beautify officially

It is recommended to use root to log in to the ubuntu system directly

first step

First, install the corresponding tool: TweakTool

Chinese called optimization

English name is gnome-tweak-tool

sudo apt-get update
sudo apt-get install gnome-tweak-tool

# 下载完成之后
# 启动命令:
gnome-tweaks

This is how it looks after the download is complete (this is the same interface after beautification)

Insert picture description here

Open to modify the cursor color, theme, window menu, etc.

If the exclamation mark cannot be operated after the Shell , download a gnome-shell-extensions

sudo apt-get install gnome-shell-extensions

Restart after installation

Open Tweaks and select the "Extended" option

Insert picture description here

When the "User themes" button is set to on, you will find that Shell does not have an exclamation mark

Second step

Install Theme

Unzip the two compressed packages in themes in the network disk and put the three unzipped folders into the [/ usr / share / themes] folder

Insert picture description here

Install icon

Unzip the compressed package in the icon in the network disk and put the decompressed folder into the [/ usr / share / icons] folder

Insert picture description here

third step

Use the optimization tool (gnome-tweaks) just downloaded to modify the corresponding theme icon and shell

Insert picture description here

Insert picture description here

At this point, the theme icon is almost beautified ------------------ (if there is no effect, restart the system)

the fourth step

Install dash to dock

Open the software center and search for dash to dock download and install

Insert picture description here

After the download is complete, open the optimization and find the extension as shown in the operation

[

Renderings

Insert picture description here

the fifth step

Optimization of boot selection interface (grub interface)

Unzip the compressed package of the boot selection interface in the network disk and execute the install script

Then go to [/ boot / grub / themes] folder to see if there is one more Vimix file

Run the command: vim / etc / default / grub to modify the configuration file

GRUB_DEFAULT = 0 means to start the first option of the grub menu;

GRUB_HIDDEN_TIMEOUT = 10 will stay in the grub selection menu for 10s;

GRUB_HIDDEN_TIMEOUT_QUIET = false will display the grub menu, if true it will not display grub

The virtual machine recommends modifying the screen resolution to suit the background picture GRUB_GFXMODE = ”1920 × 1080”

1586625536787.png

Can be configured according to your actual situation

After the configuration is complete, save and exit to execute the update command: sudo update-grub

Insert picture description here

After restarting, you will find that your boot interface has an extra part to select the system. The 5s countdown will automatically enter the ubuntu system. The system restart is more cumbersome.

The sixth step

plymouth theme, boot animation optimization

First unzip the boot animation compression package in the network disk

Put the unzipped folder into the [/ usr / share / plymouth / themes] folder

Insert picture description here

Execute the command [vim /usr/share/plymouth/default.plymouth] Remember to backup the file before modifying it as shown in the figure

Insert picture description here

Save the updated configuration file after modification

# 第一行命令
sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/darwin/darwin.plymouth 100
# 第二行命令
sudo update-alternatives --config default.plymouth
# 第三行命令
sudo update-initramfs -u 

Insert picture description here

Insert picture description here

After restarting, you can see Apple's boot LOGO and progress bar

Step 7

Login interface

Unzip the file in the login interface

First back up the /usr/share/gnome-shell/theme/ubuntu.css file

Replace the /usr/share/gnome-shell/theme/ubuntu.css that comes with the system with the uncompressed ubuntu.css

Copy the unzipped SetAsWallpaper script file to the ~ / .local / share / nautilus / scripts / directory, and then modify the permissions (if necessary)

Execute [sudo chmod 777 / usr / share / backgrounds /], modify the permissions of / usr / share / backgrounds. Execute the SetAsWallpaper script file just now ----- here you need to pay attention if your directory is Chinese, you need to modify The path of the script file

Insert picture description here
Insert picture description here

After the modification, execute the script. After executing the script, you will find that the desktop background will disappear without resetting.

Then restart to see the effect of the login interface

Reference connection

1 、 https: //www.cnblogs.com/feipeng8848/p/8970556.html

2、https://blog.csdn.net/dreamsky168/article/details/24718189?depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-2&utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-2

to sum up

You should accumulate more, try more, spend more time to feel the beauty of linux, and touch the mystery of the command line.

Next time record the full set of ftp configuration

Published 5 original articles · Like1 · Visits 230

Guess you like

Origin blog.csdn.net/BanGenLanBai/article/details/105463827