首頁 > 軟體

客製化 Ubuntu 17.04 桌面環境

2020-06-16 17:04:24

來來回回裝了 N 次Ubuntu 17.04系統了,每次都要重灌一大堆的工具,這次就想寫這篇記錄一下,以便下次再安裝不用挨個找,順便給其他 Linux 使用者參考,如果他們需要的話。對於介面美化,我也是會講究的,一款好的介面會讓使用者更喜愛他,不是麼 ;)

先曬一下我的Ubuntu 17.04桌面

文章分 工具篇介面美化篇

工具篇

Google Chrome

  1. 可存取 Google Chrome 官網 進行下載(前提:科學上網工具)
  2. 通過 PPA 源安裝
    首先安裝金鑰

    1
    wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

    新增 PPA 源

    1
    sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'

    更新源

    1
    sudo apt update

    安裝 stable 、 Beta 或者 Unstable 版本

    1
    2
    3
    sudo apt-get install google-chrome-stable
    sudo apt-get install google-chrome-beta
    sudo apt-get install google-chrome-unstable

Ubuntu 16.04下安裝64位元谷歌Chrome瀏覽器  http://www.linuxidc.com/Linux/2016-05/131096.htm

Oh-My-ZSH

這是一個 Terminal 框架,不僅提供豐富的外觀主題,還提供了豐富的功能如更強大、智慧的自動補全等。需要預先安裝 zsh) 工具。

1
sudo apt install zsh

一鍵安裝 oh-my-zsh 命令

1
sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"

相關設定資訊、主題請存取 專案地址

相關:

Zsh安裝設定指南 http://www.linuxidc.com/Linux/2013-09/90377.htm

使用 Zsh 的九個理由 http://www.linuxidc.com/Linux/2013-05/84191.htm

Zsh使用心得三則 http://www.linuxidc.com/Linux/2012-08/67735.htm

Linux下安裝終極Shell Zsh http://www.linuxidc.com/Linux/2012-08/67734.htm

Node.js

安裝 6.x 版本

1
2
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs

 

安裝 8.x 版本

1
2
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs

相關:

Node.js開發指南 高清PDF中文版 +原始碼 http://www.linuxidc.com/Linux/2014-09/106494.htm

Linux下安裝Node.js詳細完整教學  http://www.linuxidc.com/Linux/2017-01/139726.htm

Ubuntu 16.04 64位元 搭建 Node.js NodeJS 環境  http://www.linuxidc.com/Linux/2016-09/135487.htm

如何在CentOS 7安裝Node.js http://www.linuxidc.com/Linux/2015-02/113554.htm

npm 更換淘寶映象

1
npm config set registry https://registry.npm.taobao.org/

Typora

這是一款 MarkDown 編輯器,功能也很強大。

1
2
3
4
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA300B7755AFCFAE
sudo add-apt-repository 'deb https://typora.io ./linux/'
sudo apt-get update
sudo apt-get install typora

介面美化篇

對桌面環境來說,最喜歡 GNOME 了,它的高擴充套件性提供了豐富的客製化功能。Github 上好多針對 GNOME 優化的專案,何況 Ubuntu 都放棄 Unity 了。

桌面主題

Github 上一大堆,我用比較熱門的一款叫 Arc-Theme 的主題,包括了 GNOME Shell 主題和 GTK 主題

安裝前需要以下依賴包(直接使用 sudo apt install 安裝即可):

  • autoconf
  • automake
  • pkg-config
  • libgtk-3-dev
  • git

安裝步驟

  1. 從 Github 上獲取專案

    1
    git clone https://github.com/horst3180/arc-theme --depth 1 && cd arc-theme
  2. 構建專案並安裝

    1
    2
    ./autogen.sh --prefix=/usr
    sudo make install
  3. 其他選項

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    --disable-transparency 在 GTK3 主題中禁用透明度
    --disable-light 禁用 Arc Light
    --disable-darker 禁用 Arc Darker
    --disable-dark 禁用 Arc Dark
    --disable-cinnamon 禁用 Cinnamon
    --disable-gnome-shell 禁用 GNOME Shell
    --disable-gtk2 禁用 GTK2
    --disable-gtk3 禁用 GTK3
    --disable-metacity 禁用 Metacity
    --disable-unity 禁用 Unity
    --disable-xfwm 禁用 XFWM
     
    --with-gnome=<version> 為特定的 GNOME 版本 (3.14, 3.16, 3.18, 3.20, 3.22) 構建主題
  4. 選擇主題

    安裝完成後開啟 GNOME Tweak Tool 工具選擇對應的 Arc 主題即可。

注意 :對於高分屏,可能使用 Arc-Theme 顯示 GNOME Shell 的字型過小,可通過修改 /usr/share/themes/[對應 Arc 主題]/gnome-shell/gnome-shell.css 修改 stagefont-size

專案地址 ,其他熱門主題 NumixPaper

圖示主題

Numix

1
2
3
sudo add-apt-repository ppa:numix/ppa
sudo apt-get update
sudo apt-get install numix-icon-theme

專案地址

Paper

1
2
3
4
5
6
sudo add-apt-repository ppa:snwh/pulp
sudo apt-get update
sudo apt-get install paper-icon-theme
# 同時也可以安裝 GTK 和 Cursor 主題
sudo apt-get install paper-gtk-theme
sudo apt-get install paper-cursor-theme

Ubuntu 16.04安裝扁平化GTK和圖示主題Paper  http://www.linuxidc.com/Linux/2016-05/131187.htm

專案地址

Papirus

1
2
3
sudo add-apt-repository ppa:papirus/papirus
sudo apt-get update
sudo apt-get install papirus-icon-theme

或者下載最新的 deb 安裝包 .

專案地址

GNOME Shell Extensions

  • Weather 天氣外掛

  • System Monitor 系統監視器

  • Topicons Plus 任務圖示欄

    任務圖示欄使用預設的圖示,如何讓他使用自定義的圖示主題呢?

    比如使用 Papirus ,它支援 hardcode-tray 指令碼來實現

    1. 安裝 hardcode-tray

      1
      2
      3
      sudo add-apt-repository ppa:andreas-angerer89/sni-qt-patched
      sudo apt update
      sudo apt install sni-qt sni-qt:i386 hardcode-tray
    2. 轉換圖示

      1
      hardcode-tray --conversion-tool Inkscape
  • Nvidia GPU Temperature Indicator 顯示卡溫度指示器

    以上三個的介面效果

  • Dash To Dock 可客製化的 Dock

    可選擇主題,停靠位置,個人習慣喜歡停靠在底部

結束

GNOME 可以客製化的還有更多,可通過專案地址進去仔細研究。 ;)


IT145.com E-mail:sddin#qq.com