将 linuxmint 20.2 设置成 mac 主题

将 linuxmint 20.2 设置成 mac 主题

    • 1、安装Adapta-Nokto主题
    • 2、安装Numix-Circle图标
    • 3、 安装plank
    • 4、设置主题和图标
    • 5、设置字体

使用 vmware 安装 LinuxMint20.2 并打造 MAC 主题

1、安装Adapta-Nokto主题

打开 https://cinnamon-spices.linuxmint.com/themes/view/Adapta-Nokto 下载 Adapta-Nokto.zip。
将下载好的 Adapta-Nokto.zip 解压至 ~/.themes 文件夹。然后执行一下命令:

sudo mkdir -p /usr/local/share/themes; sudo ln -s ~/.themes/Adapta-Nokto /usr/local/share/themes/
  1. 如果想改变字体大小,请执行下面的命令:
chmod +x ~/.themes/Adapta-Nokto/scripts/adapta_fontsize.sh && ~/.themes/Adapta-Nokto/scripts/adapta_fontsize.sh
  1. 通过以下命令可以调整菜单栏:
chmod +x ~/.themes/Adapta-Nokto/scripts/adapta_toggle_menufix.sh && ~/.themes/Adapta-Nokto/scripts/adapta_toggle_menufix.sh
  1. 通过以下命令可以调整 firefox 的展示效果:
chmod +x ~/.themes/Adapta-Nokto/scripts/firefox_fix.sh && ~/.themes/Adapta-Nokto/scripts/firefox_fix.sh

2、安装Numix-Circle图标

主要是为了使用更加个性化的图标

sudo add-apt-repository ppa:numix/ppa
sudo apt-get update
sudo apt-get install numix-icon-theme-circle

3、 安装plank

安装模仿 MAC 效果的底部居中的 dock 栏。

sudo apt update && sudo apt install plank

对 plank 进行设置:

  1. 按住Ctrl键,鼠标右击plank上的任意图标,在弹出来的菜单中选择首选项
  2. 选择合适的主题,位置,对其方式。虽然“图标缩放”很时尚,但是比较吃电脑性能,建议自行选择。
  3. 选择顶部的“行为”选项卡,docky的隐藏模式最好设置为“避开活动窗口”。
  4. ”压力显示“就是当plank隐藏时,点击plank处的桌面唤出plank,切换开关后需要重新启动plank才能生效。 这个真不好用。不选。
  5. ”限制到工作区“ 就是只能在一个工作区里用,切换开关后需要重新启动plank才能生效。不要想着每个工作区都开一个,放在不同的位置,并且放上不同的应用程序,这样我就可以工作娱乐两分家了。我也很想……
  6. Plank 开机启动。在任务栏的开始菜单里搜索“启动“,然后选择”开机自启动程序“,然后添加”plank“即可。

4、设置主题和图标

点击**“开始”按钮**,选择“首选项”->“主题”,选择新装的 ”Adapta-Nokto“ 的主题。

安装完成之后,可以使用鼠标右键点击屏幕下面的任务栏,点击移动,可以把任务栏拖拽到上下左右四个方向的任意位置。点击面板设置可以选择自动隐藏面板。

5、设置字体

字体下载地址:https://pan.baidu.com/s/1Gc5O89WgOiTT-SPxWO-w0A 提取码:yjrj

下载完成之后,将两个字体放置于 /usr/share/fonts/truetype/custom 文件夹下,然后执行一下命令:

fc-cache -f -v

直到显示 " fc-cache: succeeded "后,即表明该字体已安装成功。

你可能感兴趣的:(Liunx,Linux,linuxmint,MAC主题)