本篇介绍ubuntu中的界面美化,界面美化不仅能提升系统的颜值,同时对于系统的使用也会有一定的提升。

1.字体

ubuntu自带的字体不太好看,而且在终端中会出现字体堆叠的现象,所以采用文泉译微米黑字体替代,效果会比较好,毕竟是国产字体!

sudo apt-get install fonts-wqy-microhei
安装好字体之后在unity Tweak Tool中进行配置
ubuntu使用-界面美化

在字体中选择
ubuntu使用-界面美化

2.扁平化主题与图标

flatabulous扁平化主题

使用以下命令安装:

sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install flatabulous-theme

alatabulous配套的图标

使用以下命令安装:

sudo add-apt-repository ppa:noobslab/icons
sudo apt-get update
sudo apt-get install ultra-flat-icons

安装完之后在unity-tweak-tool中配置,安装完之后的效果如下:
ubuntu使用-界面美化

相关文章:

  • 2021-09-03
  • 2021-11-17
  • 2021-11-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-10
  • 2022-12-23
  • 2021-05-14
  • 2022-12-23
  • 2022-01-07
  • 2021-04-29
  • 2022-02-26
相关资源
相似解决方案