Ubuntu13.04配置完全指南(六)修改字体、主题,开启3D桌面

一、字体

Ubuntu13.04 默认中文字体变成了文泉驿正黑,看起来很别扭,想换成12.10中使用的文泉驿微米黑,只需要将以下内容保存到~/.config/fontconfig/fonts.conf

<fontconfig>
   <match target="pattern">
      <test name="family" qual="any">
         <string>serif</string>
      </test>
      <edit name="family" binding="strong" mode="prepend">
         <string>Ubuntu</string>
         <string>WenQuanYi Micro Hei</string>
      </edit>
   </match>
   <match target="pattern">
      <test name="family" qual="any">
         <string>sans-serif</string>
      </test>
      <edit name="family" binding="strong" mode="prepend">
         <string>Ubuntu</string>
         <string>WenQuanYi Micro Hei</string>
      </edit>
   </match>
   <match target="pattern">
      <test name="family" qual="any">
         <string>monospace</string>
      </test>
      <edit name="family" binding="strong" mode="prepend">
          <string>Ubuntu Mono</string>
          <string>WenQuanYi Micro Hei Mono</string>
      </edit>
   </match>
</fontconfig>

如果想修改默认字体为其他字体,下载gnome-tweak-tool:

$ sudo apt-get install gnome-tweak-tool

安装后,打开gnome-tweak-tool,在字体页可以修改默认字体。

二、主题

到gnome-look.org下载喜欢的主题,放到~/.themes文件夹下,然后用gnome-tweak-tool修改成对应主题即可。

这里推荐一款mac风格主题,这也是gnome-look.org上评价最高的一款主题 —— Gnome-Cupertino

三、图标

推荐两个非常漂亮且广泛使用的图标包:faenza 和 faience


安装方法:

$ sudo add-apt-repository ppa:tiheum/equinox

$ sudo apt-get update

$ sudo apt-get install faenza-icon-theme faience-icon-theme

然后,打开gnome-tweak-tool在主题页选择相应主题即可。

推荐在gnome-tweak-tool里将当前主题和gtk+主题设为Gnome-Cupertino-Unity,图标主题设为Faience-Azur。

四、3D桌面

参考:http://forum.ubuntu.org.cn/viewtopic.php?t=140531

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值