更换源
打开系统设置 > 软件和更新 选择中国服务器(官方用的是阿里云)
设置新建窗口居中
打开终端:1
sudo apt install compizconfig-settings-manager
然后打开compizconfig-settings-manager来配置.
在窗口管理 > 放置窗口 > 安置模式 > 居中
安装主题工具 unity-tweak-tool
打开终端:1
sudo apt-get install unity-tweak-tool
添加主题
1.Arc 主题安装
打开终端:1
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/Horst3180/xUbuntu_16.04/ /' >> /etc/apt/sources.list.d/arc-theme.list"
让 Arc GTK 主题源定期收到主题更新:1
2
3wget http://download.opensuse.org/repositories/home:Horst3180/xUbuntu_16.04/Release.key
sudo apt-key add - < Release.key
安装arc主题:1
2sudo apt update
sudo apt install arc-theme
换掉ubuntu启动器的图标
将面板上的 ‘Ubuntu Desktop’ 文字替换 ‘Mac’1
2
3cd && wget -O Mac.po http://drive.noobslab.com/data/Mac/change-name-on-panel/mac.po
cd /usr/share/locale/en/LC_MESSAGES; sudo msgfmt -o unity.mo ~/Mac.po;rm ~/Mac.po;cd
语言上如果是其他非英语语言,将 /en 做相应修改:
恢复原来的桌面文字命令:1
2
3cd && wget -O Ubuntu.po http://drive.noobslab.com/data/Mac/change-name-on-panel/ubuntu.po
cd /usr/share/locale/en/LC_MESSAGES; sudo msgfmt -o unity.mo ~/Ubuntu.po;rm ~/Ubuntu.po;cd
启动器上苹果Logo1
2
3wget -O launcher_bfb.png http://drive.noobslab.com/data/Mac/launcher-logo/apple/launcher_bfb.png
sudo mv launcher_bfb.png /usr/share/unity/icons/
恢复图标:1
2
3wget -O launcher_bfb.png http://drive.noobslab.com/data/Mac/launcher-logo/ubuntu/launcher_bfb.png
sudo mv launcher_bfb.png /usr/share/unity/icons/
设置主题
打开 Unity Tweak Tool 工具软件.
找到主题 设置自己喜欢的主题即可.