更换系统主题:
1.浏览器进入https://www.gnome-look.org/这个网站选择自己喜爱的主题进行下载(访问这个网站需要有点耐心)。
选择一个主题,进行下载
2.下载好所需的文件后,主题文件解压到/usr/share/themes下【图标主题文件放到/user/share/icons ,shell终端主题文件/usr/share/gnome-shell(有的gnome-shell不支持)】
3.安装tweak tool,在终端中执行sudo apt install gnome-tweak-tool , 安装完成后,在启动器里打开(tweak tool的中文名叫“优化”)
4.选择好主题后,按 alt+F2 重启 gnome桌面环境
更换GRUB和登陆界面的背景:
【此处修改的是grub界面的背景颜色和主题】
更背景颜色:
sudo gedit /usr/share/plymouth/themes/ubuntu-logo/ubuntu-logo.grub
把原来的数值全部改成0:
除了更改背景色,我们还可以更改的grub主题:
终端输入:sudo gedit /etc/grub.d/00_header
加入 GRUB_THEME="主题文件的位置(txt文件的地址)"
修改后执行更新grub:
sudo update-grub
[更改用户登陆界面的背景图]
终端中输入: sudo gedit /etc/alternatives/gdm3.css
注释掉原来的代码,修改为以下的代码:
url中为背景图所在的位置
[更换启动界面过程的颜色]
(此处修改的是ubuntu图标和小点点转动的界面)打开文件 /usr/share/plymouth/themes/ubuntu-logo/ubuntu-logo.script
编辑器并更改以下 2行(此处更改为黑色背景)
原来的:
更改为:
Window.SetBackgroundTopColor (0.0, 0.00, 0.0); # Nice colour on top of the screen fading to
Window.SetBackgroundBottomColor (0.0, 0.00, 0.0); # an equally nice colour on the bottom
有什么问题可以留言一起解决!