Let’s beautify the finished pictures first
Mainly make a record
System environment:
1、ubuntu 18.04
2、VMware 14
3. Beautify the theme and icon needed by Baidu cloud
Link:https://pan.baidu.com/s/1Om8n…
Extraction code: 4axn
Formal start of beautification
It is recommended to use root to log in to the Ubuntu system directly
The first step
First install the corresponding tool: tweaktool
Chinese nameoptimization
English namegnome-tweak-tool
sudo apt-get update
sudo apt-get install gnome-tweak-tool
#After downloading
#Start command:
gnome-tweaks
After the download is completed, this is the same as the beautified interface
Open to modify cursor color, theme, window menu, etc
IfShellAfter the exclamation point, if you can’t operate, download onegnome-shell-extensions
sudo apt-get install gnome-shell-extensions
Restart after installation
Open tweets and choose the “extend” option
If the “user themes” button is set to on, you will find that the shell has no exclamation point
Step two
Installation theme
Unzip the two compressed packages in themes in the network disk, and put the three unzipped folders into the [usr / share / themes] folder
Install Icon
Unzip the compressed package in the icon in the network disk, and put the unzipped folder into the [usr / share / icons] folder
Step three
Use the downloadoptimizationThe tool (Gnome tweaks) modifies the corresponding theme icon and shell
So far, the theme icon is almost beautified
Step 4
Install dash to dock
Open the software center to search for dash to dock to download and install
After downloading, open the optimization to find the extension as shown in the figure
design sketch
Step five
Optimization of startup selection interface (grub interface)
Unzip the boot selection interface package in the network disk and execute the install script
Then go to the [boot / grub / themes] folder to see if there is an extra vimix file
Execute the command: VIM / etc / default / grub to modify the configuration file
GRUB_ Default = 0 indicates the first option to start grub menu;
GRUB_ HIDDEN_ Timeout = 10 will stay in grub selection menu for 10s;
GRUB_ HIDDEN_ TIMEOUT_ Quiet = false will display grub menu, if true, grub will not be displayed
It is suggested that the screen resolution be modified to adapt to the background image grub_ GFXMODE=”1920×1080”
It can be configured according to the actual situation
After the configuration is completed, save and exit to execute the update command: sudo update grub
After you restart, you will find that your boot interface has an extra option. Part of the system will automatically enter the system of Ubuntu after 5 seconds of countdown. It is cumbersome to restart. There is no picture to post here
Step 6
Plymouth theme, boot animation optimization
First unzip the boot animation package inside the network disk
The unzipped folder is put into the folder of / usr / share / Plymouth / themes
Execute the command [VIM / usr / share / Plymouth/ default.plymouth 】Remember to back up the files before modifying as shown in the figure
Save the update configuration file after modification
#The first command
sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/darwin/darwin.plymouth 100
#The second line of command
sudo update-alternatives --config default.plymouth
#The third line of command
sudo update-initramfs -u
Restart to see Apple’s boot logo and progress bar
Step 7
login interface
Unzip the files in the login interface
First back up / usr / share / Gnome shell / theme/ ubuntu.css file
After decompressing ubuntu.css Replace the system’s own / usr / share / Gnome shell / theme/ ubuntu.css
Copy the extracted setaswallpaper script file to ~ /. Local / share / Nautilus / scripts / directory, and then modify the permissions (if necessary)
Execute [sudo Chmod 777 / usr / share / backgrounds /], and modify the permissions of / usr / share / backgrounds. Execute the script file of setaswallpaper just now. Note that if your directory is in Chinese, you need to modify the path of the script file
After the modification, after executing the script, you will find that the desktop background will not be reset
Then restart to see the effect of the login interface
Reference link
1、https://www.cnblogs.com/feipe…
2、https://blog.csdn.net/dreamsk…
summary
To accumulate more, to try more, to spend more time to slowly feel the beauty of Linux, more contact with the mystery of the command line
Next time, record the FTP configuration