美观的界面可以在必定程度上提高视觉感官与效率,Ubuntu14.04自带的主题仍是不错的,但还有提高的空间,废话少说,进入主题。html
安装:ubuntu
1)Mac壁纸bash
下载 Mac OS X Wallpapersapp
2)安装Docky字体
Terminal Commands:动画
sudo add-apt-repository ppa:docky-core/ppa
sudo apt-get update
sudo apt-get install docky
3)安装Docky的Mac主题,并设置Dockyspa
下载Docky主题code
4)安装Ubuntu Tweakorm
Terminal Commands:htm
sudo add-apt-repository ppa:tualatrix/ppa
sudo apt-get update
sudo apt-get install ubuntu-tweak
5)安装和应用GTK 主题, Icon, 鼠标样式
Terminal Commands:
sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install mac-ithemes-v3
sudo apt-get install mac-icons-v3
6)安装Mac OS X启动画面
Terminal Commands:
sudo apt-get install mbuntu-bscreen-v3
7)安装登陆主题
Terminal Commands:
sudo apt-get install mbuntu-lightdm-v3
8)安装 Indicator Synapse
Terminal Commands:
sudo add-apt-repository ppa:noobslab/apps
sudo apt-get update
sudo apt-get install indicator-synapse
9)替换Ubuntu滚动条
Terminal Commands:
gsettings set com.canonical.desktop.interface scrollbar-mode normal
10)移除锁屏界面的Ubuntu logo
Terminal Commands:
sudo xhost +SI:localuser:lightdm
sudo su lightdm -s /bin/bash
gsettings set com.canonical.unity-greeter draw-grid false;exit
sudo mv /usr/share/unity-greeter/logo.png /usr/share/unity-greeter/logo.png.backup
11)替换启动器上的Ubuntu logo
Terminal Commands:
cd && wget -O Mac.po http://drive.noobslab.com/data/Mac-14.04/change-name-on-panel/mac.po
cd /usr/share/locale/en/LC_MESSAGES; sudo msgfmt -o unity.mo ~/Mac.po;rm ~/Mac.po;cd
12)替换左上角的Ubuntu 桌面为Mac OS X
cd && wget -O Mac.po http://drive.noobslab.com/data/Mac-14.04/change-name-on-panel/mac.po
cd /usr/share/locale/en/LC_MESSAGES; sudo msgfmt -o unity.mo ~/Mac.po;rm ~/Mac.po;cd
13)隐藏Ubuntu启动器
右键 -> 更改桌面背景 -> 行为
14) 安装Mac OS X字体
Terminal Commands:
wget -O mac-fonts.zip http://drive.noobslab.com/data/Mac-14.04/macfonts.zip
sudo unzip mac-fonts.zip -d /usr/share/fonts; rm mac-fonts.zip
sudo fc-cache -f -v
15)启动Ubuntu Tweak
调整 -> 主题
调整 -> 字体
到此为止,重启看看你的Ubuntu吧!
还原:
1)卸载Docky
Terminal Commands:
sudo apt-get remove docky
2)卸载Ubuntu Tweak
Terminal Commands:
sudo apt-get remove ubuntu-tweak
3) 卸载GTK 主题, Icon, 鼠标样式
Terminal Commands:
sudo apt-get remove mac-ithemes-v3
sudo apt-get remove mac-icons-v3
4)恢复Ubuntu启动画面
Terminal Commands:
sudo apt-get remove mbuntu-bscreen-v3
5)恢复登陆主题
Terminal Commands:
sudo apt-get remove mbuntu-lightdm-v3
6)卸载 Indicator Synapse
Terminal Commands:
sudo apt-get remove indicator-synapse
7)恢复Ubuntu滚动条
Terminal Commands:
gsettings reset com.canonical.desktop.interface scrollbar-mode
8)恢复锁屏界面的Ubuntu logo
Terminal Commands:
sudo xhost +SI:localuser:lightdm
sudo su lightdm -s /bin/bash
gsettings set com.canonical.unity-greeter draw-grid true;exit
sudo mv /usr/share/unity-greeter/logo.png.backup /usr/share/unity-greeter/logo.png
9)恢复启动器上的Ubuntu logo
Terminal Commands:
cd && wget -O Ubuntu.po http://drive.noobslab.com/data/Mac-14.04/change-name-on-panel/ubuntu.po cd /usr/share/locale/en/LC_MESSAGES; sudo msgfmt -o unity.mo ~/Ubuntu.po;rm ~/Ubuntu.po;cd
10)回复左上角的Mac OS X为Ubuntu 桌面
cd && wget -O Ubuntu.po http://drive.noobslab.com/data/Mac-14.04/change-name-on-panel/ubuntu.po
cd /usr/share/locale/en/LC_MESSAGES; sudo msgfmt -o unity.mo ~/Ubuntu.po;rm ~/Ubuntu.po;cd
(部分图片来自互联网)
本文未经说明均为原创,转载请注明出处:http://www.cnblogs.com/xmont/p/3851759.html