1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > 美化ubuntu桌面(ubuntu 16.04)

美化ubuntu桌面(ubuntu 16.04)

时间:2021-08-31 07:52:40

相关推荐

美化ubuntu桌面(ubuntu 16.04)

最近重装了系统,当然了,windows已经被我给扼杀了,人生第一次装系统,不过觉得挺简单的,就是动动手,慢慢等。为什么装Ubuntu呢?原因很简单:记得一句话:数据为王,开源既王道。

现在就一个ubuntu系统,当然希望它很漂亮啦,个人喜欢简单美,所以并没有像网上有的做的那么复杂,如果感兴趣,自己可以试着玩玩,搞个Mac OS X主题风格,苹果的界面,logo 都是苹果的,但我并不喜欢那种页面,就懒得折腾。

一:安装方法

1. 设置软件源,这些源在国外,速度有点慢

sudo add-apt-repository ppa:noobslab/themessudo add-apt-repository ppa:noobslab/appssudo add-apt-repository ppa:docky-core/ppasudo apt-get update

2.安装Ubuntu tweak,用它来设置主题和图标

sudo apt-get install unity-tweak-tool

然后打开Unity Tweak Tool

2、安装 MacBuntu OS Y Theme、Icons 和 cursors:

安装命令:

sudo add-apt-repository ppa:noobslab/macbuntusudo apt-get updatesudo apt-get install macbuntu-os-icons-lts-v7sudo apt-get install macbuntu-os-ithemes-lts-v7

卸载命令:

cd /usr/share/icons/mac-cursors && sudo ./uninstall-mac-cursors.shsudo apt-get remove macbuntu-os-icons-lts-v7 macbuntu-os-ithemes-lts-v7

3、安装 Slingscold(替代Launchpad)

sudo add-apt-repository ppa:noobslab/macbuntusudo apt-get updatesudo apt-get install slingscold

4、安装Albert Spotlight (替代 Mac Spotlight)

sudo add-apt-repository ppa:noobslab/macbuntusudo apt-get updatesudo apt-get install albert

5、安装 Plank Dock

sudo apt-get install plank

安装 Plank 主题:

sudo add-apt-repository ppa:noobslab/macbuntusudo apt-get updatesudo apt-get install macbuntu-os-plank-theme-lts-v7

安装 Ctrl + Right Click 选择主题。

卸载主题命令:

sudo apt-get autoremove plank macbuntu-os-plank-theme-lts-v7

6、将面板上的 ‘Ubuntu Desktop’ 文字替换 ‘Mac’

cd && wget -O Mac.po /data/Mac/change-name-on-panel/mac.pocd /usr/share/locale/en/LC_MESSAGES; sudo msgfmt -o unity.mo ~/Mac.po;rm ~/Mac.po;cd

语言上如果是其他非英语语言,将 /en 做相应修改:

恢复原来的桌面文字命令:

cd && wget -O Ubuntu.po /data/Mac/change-name-on-panel/ubuntu.pocd /usr/share/locale/en/LC_MESSAGES; sudo msgfmt -o unity.mo ~/Ubuntu.po;rm ~/Ubuntu.po;cd

7、启动器上苹果Logo

命令:

wget -O launcher_bfb.png /data/Mac/launcher-logo/apple/launcher_bfb.pngsudo mv launcher_bfb.png /usr/share/unity/icons/

恢复图标:

wget -O launcher_bfb.png /data/Mac/launcher-logo/ubuntu/launcher_bfb.pngsudo mv launcher_bfb.png /usr/share/unity/icons/

8、安装 Tweak tool 软件启用主题、图标等:

sudo apt-get install unity-tweak-toolsudo apt-get install gnome-tweak-tool

9、配置 Mac 字体:

安装字体命令:

wget -O mac-fonts.zip /data/Mac/macfonts.zipsudo unzip mac-fonts.zip -d /usr/share/fonts; rm mac-fonts.zipsudo fc-cache -f -v

使用 Unity-Tweak-Tool, Gnome-Tweak-Tool 或 Ubuntu Tweak 软件更换字体。

10、修改启动界面:

sudo add-apt-repository ppa:noobslab/themessudo apt-get updatesudo apt-get install macbuntu-os-bscreen-lts-v7

如果你喜欢 MBuntu 启动界面,你想恢复到 Ubuntu ,使用命令:

sudo apt-get autoremove macbuntu-os-bscreen-lts-v7

11、登陆迎宾界面:

注意安装这个东东有风险,如果你不是在意,建议不安装,安装这个仅仅适合于 Ubuntu Unity – Lightdm 和 Ubuntu Gnome – gdm,其他桌面环境有风险。

sudo add-apt-repository ppa:noobslab/themessudo apt-get updatesudo apt-get install macbuntu-os-lightdm-lts-v7

卸载恢复命令:

sudo apt-get remove macbuntu-os-lightdm-lts-v7

至此,全部搞定!

而我的设置简单了很多:

安装Unity Tweak Tool :

sudo apt-get install unity-tweak-tool

完成后,打开Unity Tweak Tool ,界面如下:

Flatabulous主题

Flatabulous主题是一款ubuntu下扁平化主题,也是我试过众多主题中最喜欢的一个!最终效果如上述图所示。

执行以下命令安装Flatabulous主题:

sudo add-apt-repository ppa:noobslab/themessudo apt-get updatesudo apt-get install flatabulous-theme

该主题有配套的图标,安装方式如下:

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

安装完成后,打开unity-tweak-tool软件,修改主题和图标:

选择Icons ,修改图标:

至此,主题和图标修改完毕,我还修改了启动栏的位置,个人觉得放在下面挺好看的:

最简答的办法就是打开终端执行

gsettings set com.canonical.Unity.Launcher launcher-position Bottom

如果想回到默认位置,执行

gsettings set com.canonical.Unity.Launcher launcher-position Left

OK!美化先告一段落。希望大家可以玩的开心!

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。
相关阅读
UBuntu桌面美化记录

UBuntu桌面美化记录

2022-06-04

Ubuntu 桌面美化教程

Ubuntu 桌面美化教程

2020-12-06

ubuntu桌面美化

ubuntu桌面美化

2023-11-28

Ubuntu桌面美化教程

Ubuntu桌面美化教程

2022-07-10