Ubuntu环境美化

安装ubuntu:Ubuntu-24.04安装教程超详细(2024)_ubuntu24.04-CSDN博客

安装软件

在这里会安装tweaks美化管理工具

1
2
3
4
sudo apt update
sudo apt install gnome-tweaks chrome-gnome-shell
sudo apt install gtk2-engines-murrine gtk2-engines-pixbuf
sudo apt install sassc optipng inkscape libcanberra-gtk-module libglib2.0-dev libxml2-utils

Gnome插件

默认使用的是 gnome 的桌面环境,本文的美化也是基于 gnome 桌面环境,美化 gnome 桌面环境少不了安装 gnome 插件,gnome 插件的网址是:https://extensions.gnome.org

插件

  • userthemes:设置用户主题
  • netspeed:显示网速
  • Compiz alike magic lamp effect:暴风吸入式窗口最小化
  • Compiz windows effect:Q弹的窗口

  • blur-my-shell:将顶部的plane、dock模糊化

image-20250520104557369

安装

  1. 打开firefox打开网站https://extensions.gnome.org
  2. 搜索插件,点击安装即可

image-20250520112516677

主题美化

在Github上有类Macos主题:https://github.com/vinceliuice/WhiteSur-gtk-theme

安装

安装主题

1
2
3
4
5
6
7
8
9
10
11
#克隆主题仓库
git clone https://github.com/vinceliuice/WhiteSur-gtk-theme.git --depth=1

#运行以安装默认的 WhiteSur GTK 主题包
./install.sh # install all available theme accents

# 安装firefox主题
./tweaks.sh -f

# 安装锁屏界面
sudo ./tweaks.sh -g -b blank

安装图标

1
2
3
4
5
6
7
#克隆图标库
git clone https://github.com/vinceliuice/WhiteSur-icon-theme.git

#安装
cd WhiteSur-icon-theme
./install.sh -a #安装图标
./install.sh -b #安装panel

设置

设置主题

使用win+a打开主菜单,打开tweaks,根据安装的主题进行设置

Shell美化

教程:Linux终端环境配置 | GeekHour