Ubuntu 22.04 安装主题风格
10 months ago
0 comment
首先去 https://www.gnome-look.org/ 上找到自己想要的主题 / 图标,并下载压缩包。
安装 gnome-tweaks:
sudo apt install gnome-tweaks
创建以下目录:
- 主题:
~/.themes
- 图标:
~/.icons
将想要的主题复制到 ~/.themes
中(图标则是 ~/.icons
)。
注意目录结构:
- 复制后的主题包应包含:
~/.themes/<theme_name>/index.theme
- 复制后的图标包应包含:
~/.icons/<icon_name>/index.theme
然后在 gnome-tweaks 中 Appearance 栏中切换主题:
- Icons: 图标
- Applications: 主题
- Cursor: 鼠标指针(有的图标包有)
No comments yet...