天天看點

Ubuntu18.04 美化 與 截圖工具安裝美化 Ubuntu

美化 Ubuntu

這裡主要講述的是Ubuntu 18.04的方法:

  • 安裝 gnome-tweak
  • 安裝主題 圖示
  • 安裝字型

安裝 gnome-tweak

sudo apt install gnome-tweak-tool
           

安裝 主題

原本有自帶Numix主題,如果沒有的話就重新安裝下主題包
sudo add-apt-repository ppa:numix/ppa
sudo apt-get update
sudo apt-get install numix-gtk-theme numix-icon-theme-circle
           

安裝 圖示

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

安裝 字型

sudo apt-get install ttf-wqy-microhei  #文泉驿-微米黑
sudo apt-get install ttf-wqy-zenhei  #文泉驿-正黑
sudo apt-get install xfonts-wqy #文泉驿-點陣宋體
           

之後就可以在 裝好的 gnome-tweak中進行設定了

安裝 截圖工具

https://github.com/lupoDharkael/flameshot
sudo apt-get install flameshot
# 啟動
flameshot gui