mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-26 21:30:55 +08:00
translated
This commit is contained in:
parent
28f09bba16
commit
59afffda42
@ -1,202 +0,0 @@
|
||||
[#]: subject: "Customize GNOME Desktop in Ubuntu with a Clean Look"
|
||||
[#]: via: "https://www.debugpoint.com/2022/03/customize-gnome-clean-look-2022-1/"
|
||||
[#]: author: "Arindam https://www.debugpoint.com/author/admin1/"
|
||||
[#]: collector: "lujun9972"
|
||||
[#]: translator: "geekpi"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
Customize GNOME Desktop in Ubuntu with a Clean Look
|
||||
======
|
||||
THIS TUTORIAL GIVES YOU SOME EASY STEPS TO CUSTOMIZE GNOME DESKTOP WITH
|
||||
A CLEAN LOOK WITH MINIMAL EFFORT. HERE’S HOW.
|
||||
If you are bored with the usual look of your favourite GNOME Desktop, then you are on the right page. Let’s install some themes icons and do some tweaks to uplift your desktop. We will transform this below desktop (GNOME 40.5 with Ubuntu 21.10).
|
||||
|
||||
![Ubuntu Desktop with GNOME – Before Customization][1]
|
||||
|
||||
This customization session will use the great-looking Colloid GTK theme, Mkos-Big-Sur icons, a cool cursor theme with additional extensions, and Conky.
|
||||
|
||||
### Customize GNOME Desktop and uplift it with a Clean Look
|
||||
|
||||
#### Installation
|
||||
|
||||
* First, setup the GNOME Shell Extenstion by running the following command from the terminal.
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
sudo apt install chrome-gnome-shell
|
||||
|
||||
```
|
||||
|
||||
* Then [open this page][2] and add the plugin to your browser (Chrome/Firefox) for GNOME Extension.
|
||||
|
||||
|
||||
|
||||
![Add Browser Add-on for GNOME Shell Extension][3]
|
||||
|
||||
* Install the Extensions Flatpak application which you may need to change settings of GNOME Extensions.
|
||||
|
||||
|
||||
|
||||
[Install Extensions App][4]
|
||||
|
||||
* After that, install GNOME Tweaks tool using the following command from the terminal. We will use this utility to change the Themes and other settings.
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
sudo apt install gnome-tweaks
|
||||
|
||||
```
|
||||
|
||||
* Download the Colloid GTK Theme from the below link. After download extract the files. Then copy the extracted folder to ~/.themes in your home directory. If the folder doesn’t exists, create it. After you done this, open a terminal and run the `install.sh` file.
|
||||
|
||||
|
||||
|
||||
[Download Colloid GTK Theme][5]
|
||||
|
||||
* Download the Mkos-Big-Sur icon theme from the below link. Once it is downloaded, extract the files and copy the parent folder to ~/.icons in your home directory.
|
||||
|
||||
|
||||
|
||||
[Download Icon theme][6]
|
||||
|
||||
* Download the below cursor theme and follow the same steps as above. Copy the extracted folder to the ~/.icons directory. Then open a terminal and run the `install.sh` file.
|
||||
|
||||
|
||||
|
||||
[Download Cursor Theme][7]
|
||||
|
||||
Now, its time to install Conky and some extensions that would eventually give your GNOME Desktop a clean look. To install Conky and a Conky manager, open the terminal prompt and run the below commands.
|
||||
|
||||
```
|
||||
|
||||
sudo apt install conky
|
||||
|
||||
```
|
||||
|
||||
```
|
||||
|
||||
sudo add-apt-repository ppa:tomtomtom/conky-manager
|
||||
sudo apt update && sudo apt install conky-manager2
|
||||
|
||||
```
|
||||
|
||||
Now, open each of the below links for the extensions and install them in sequence. To install, open the page and click on the ON/OFF toggle switch (see below image). It would ask for your admin password and permission to install.
|
||||
|
||||
* [Move Clock][8]
|
||||
* [Dash to Dock][9]
|
||||
* [Tray Icons][10]
|
||||
* [Arc Menu][11]
|
||||
* [User Themes][12]
|
||||
|
||||
|
||||
|
||||
![GNOME Extension – Page][13]
|
||||
|
||||
#### Configurations
|
||||
|
||||
After you complete the above steps, its time to do some basic configurations. You may see some of the changes already in force when you installed the GNOME Extensions above. For example, the clock should already be shifted to the right side when installing the Move Clock extension above.
|
||||
|
||||
[][14]
|
||||
|
||||
SEE ALSO: Give Your Ubuntu a New Look Using Paper Theme
|
||||
|
||||
* Open the Tweaks tool (search from the application menu) and go to Apperance.
|
||||
|
||||
|
||||
* Change the Application theme to **Colloid Dark**, Cursors as **Vimix Cursors**, Icons as **Mkos-big-sur** and Shell Theme as **Colloid Dark**. If you want, you can choose the light theme and different option.
|
||||
|
||||
|
||||
|
||||
![Apply Themes][15]
|
||||
|
||||
* Open the Extenstion application and go to the Arch Menu Settings.
|
||||
|
||||
|
||||
* Change the menu layout to `Alternative Menu Layout > Raven`.
|
||||
|
||||
|
||||
* Change the application menu button to some icons you prefer. For this guide, I have downloaded a GNOME icon from [here][16]. And applied it via Arc Menu `Settings > Button Appearance > Browse Icon`. And it should look like this.
|
||||
|
||||
|
||||
|
||||
![Arch Menu – Raven][17]
|
||||
|
||||
* Open Dash to Dock settings from the Extension application. In the Appearance tab, change the below items:
|
||||
* Enable Shrink the dash
|
||||
* Customize windows counter indicator = Dashes
|
||||
* Enable Customize Dash color
|
||||
* Customize Opacity = Fixed
|
||||
* Opacity to 12%
|
||||
|
||||
|
||||
* In the position and size tab, change the Dock position to bottom and Icon size limit to 39px.
|
||||
|
||||
|
||||
* You can start Conky if you like and download a nice wallpaper which goes with Colloid theme. For this demonstration I have [chosen a nice grey-ish wallpaper][18] which looks stunning with the dark theme.
|
||||
|
||||
|
||||
|
||||
### Result
|
||||
|
||||
After all the configuration, and if all goes well, your desktop should look like this.
|
||||
|
||||
![GNOME Customization in Ubuntu with a simple look-1][19]
|
||||
|
||||
![GNOME Customization in Ubuntu with a simple look-2][20]
|
||||
|
||||
![GNOME Customization in Ubuntu with a simple look-3][21]
|
||||
|
||||
You can play around with different variants of this theme with several combinations of settings. And create a look that suits you better.
|
||||
|
||||
I hope this guide helps you transform your GNOME desktop with a clean look. Let me know in the comments down below if you like this setup.
|
||||
|
||||
* * *
|
||||
|
||||
We bring the latest tech, software news and stuff that matters. Stay in touch via [Telegram][22], [Twitter][23], [YouTube][24], and [Facebook][25] and never miss an update!
|
||||
|
||||
##### Also Read
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://www.debugpoint.com/2022/03/customize-gnome-clean-look-2022-1/
|
||||
|
||||
作者:[Arindam][a]
|
||||
选题:[lujun9972][b]
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://www.debugpoint.com/author/admin1/
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://www.debugpoint.com/wp-content/uploads/2022/03/Ubuntu-Desktop-with-GNOME-Before-Customization-1024x582.jpg
|
||||
[2]: https://extensions.gnome.org/
|
||||
[3]: https://www.debugpoint.com/wp-content/uploads/2022/03/Add-Browser-Add-on-for-GNOME-Shell-Extension.jpg
|
||||
[4]: https://dl.flathub.org/repo/appstream/org.gnome.Extensions.flatpakref
|
||||
[5]: https://github.com/vinceliuice/Colloid-gtk-theme/archive/refs/heads/main.zip
|
||||
[6]: https://github.com/zayronxio/Mkos-Big-Sur/archive/refs/heads/master.zip
|
||||
[7]: https://github.com/vinceliuice/Vimix-cursors
|
||||
[8]: https://extensions.gnome.org/extension/2/move-clock/
|
||||
[9]: https://extensions.gnome.org/extension/307/dash-to-dock/
|
||||
[10]: https://extensions.gnome.org/extension/2890/tray-icons-reloaded/
|
||||
[11]: https://extensions.gnome.org/extension/3628/arcmenu/
|
||||
[12]: https://extensions.gnome.org/extension/19/user-themes/
|
||||
[13]: https://www.debugpoint.com/wp-content/uploads/2018/05/GNOME-Extension-Page.png
|
||||
[14]: https://www.debugpoint.com/2018/09/give-your-ubuntu-a-new-look-using-paper-theme/
|
||||
[15]: https://www.debugpoint.com/wp-content/uploads/2022/03/Apply-Themes.jpg
|
||||
[16]: https://icons.iconarchive.com/icons/tatice/operating-systems/32/Gnome-icon.png
|
||||
[17]: https://www.debugpoint.com/wp-content/uploads/2022/03/Arch-Menu-Raven.jpg
|
||||
[18]: https://i.redd.it/1ttvv79apo851.png
|
||||
[19]: https://www.debugpoint.com/wp-content/uploads/2022/03/GNOME-Customization-in-Ubuntu-with-a-simple-look-1-1024x579.jpg
|
||||
[20]: https://www.debugpoint.com/wp-content/uploads/2022/03/GNOME-Customization-in-Ubuntu-with-a-simple-look-2-1024x580.jpg
|
||||
[21]: https://www.debugpoint.com/wp-content/uploads/2022/03/GNOME-Customization-in-Ubuntu-with-a-simple-look-3-1024x576.jpg
|
||||
[22]: https://t.me/debugpoint
|
||||
[23]: https://twitter.com/DebugPoint
|
||||
[24]: https://www.youtube.com/c/debugpoint?sub_confirmation=1
|
||||
[25]: https://facebook.com/DebugPoint
|
@ -0,0 +1,196 @@
|
||||
[#]: subject: "Customize GNOME Desktop in Ubuntu with a Clean Look"
|
||||
[#]: via: "https://www.debugpoint.com/2022/03/customize-gnome-clean-look-2022-1/"
|
||||
[#]: author: "Arindam https://www.debugpoint.com/author/admin1/"
|
||||
[#]: collector: "lujun9972"
|
||||
[#]: translator: "geekpi"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
以简洁的外观在 Ubuntu 中自定义 GNOME 桌面
|
||||
======
|
||||
本教程为你提供了一些简单的步骤来自定义 GNOME 桌面,用最少的努力打造干净的外观。下面如何做的。
|
||||
|
||||
如果你对最喜欢的 GNOME 桌面的通常外观感到厌烦,那么你就来对了。让我们安装一些主题图标并进行一些调整以提升你的桌面。我们将在桌面下进行转换(GNOME 40.5 和 Ubuntu 21.10)。
|
||||
|
||||
![Ubuntu Desktop with GNOME – Before Customization][1]
|
||||
|
||||
这个定制课程将使用漂亮的 Colloid GTK 主题,Mkos-Big-Sur 图标,一个带有额外扩展的酷炫光标主题,以及 Conky。
|
||||
|
||||
### 自定义 GNOME 桌面,用简洁的外观提升它的形象
|
||||
|
||||
#### 安装
|
||||
|
||||
* 首先,通过在终端运行以下命令来设置 GNOME Shell Extenstion。
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
sudo apt install chrome-gnome-shell
|
||||
|
||||
```
|
||||
|
||||
* 然后[打开这个页面][2],将 GNOME 扩展的插件添加到你的浏览器(Chrome/Firefox)。
|
||||
|
||||
|
||||
|
||||
![Add Browser Add-on for GNOME Shell Extension][3]
|
||||
|
||||
* 安装 Extensions Flatpak 应用程,你可能需要它来改变 GNOME Extensions 的设置。
|
||||
|
||||
|
||||
|
||||
[Install Extensions App][4]
|
||||
|
||||
* 之后,从终端使用以下命令安装 GNOME Tweaks 工具。我们将使用这个工具来改变主题和其他设置。
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
sudo apt install gnome-tweaks
|
||||
|
||||
```
|
||||
|
||||
* 从下面的链接下载 Colloid GTK 主题。下载后解压文件。然后将解压后的文件夹复制到你主目录下的 ~/.themes。如果文件夹不存在,请创建它。完成这些后,打开终端,运行 `install.sh`文件。
|
||||
|
||||
|
||||
|
||||
|
||||
[下载 Colloid GTK 主题][5]
|
||||
|
||||
*从下面的链接下载 Mkos-Big-Sur 图标主题。下载完成后,解压文件并将父文件夹复制到你的主目录中的 ~/.icons。
|
||||
|
||||
|
||||
|
||||
[下载图标主题][6]
|
||||
|
||||
* 下载下面的光标主题,并按照上述步骤操作。将提取的文件夹复制到 ~/.icons 目录中。然后打开一个终端,运行 `install.sh` 文件。
|
||||
|
||||
|
||||
|
||||
[下载光标主题][7]
|
||||
|
||||
现在,是时候安装 Conky 和一些扩展了,这些扩展最终会给你的 GNOME 桌面一个干净的外观。要安装 Conky 和 Conky 管理器,打开终端提示符并运行以下命令。
|
||||
|
||||
```
|
||||
|
||||
sudo apt install conky
|
||||
|
||||
```
|
||||
|
||||
```
|
||||
|
||||
sudo add-apt-repository ppa:tomtomtom/conky-manager
|
||||
sudo apt update && sudo apt install conky-manager2
|
||||
|
||||
```
|
||||
|
||||
现在,打开下面每个扩展的链接,依次安装它们。要安装时,打开页面,点击 ON/OFF 切换开关(见下图)。它将要求你提供管理员密码和安装许可。
|
||||
|
||||
* [Move Clock][8]
|
||||
* [Dash to Dock][9]
|
||||
* [Tray Icons][10]
|
||||
* [Arc Menu][11]
|
||||
* [User Themes][12]
|
||||
|
||||
|
||||
|
||||
![GNOME Extension – Page][13]
|
||||
|
||||
#### 配置
|
||||
|
||||
在你完成上述步骤后,是时候做一些基本配置了。你可能会看到在你安装上面的 GNOME 扩展时,有些变化已经生效了。例如,在安装上面的 Move Clock 扩展时,时钟应该已经被移到了右边。
|
||||
|
||||
* 打开 Tweaks 工具(从应用菜单中搜索),进入“外观”。
|
||||
|
||||
|
||||
* 将应用主题改为 **Colloid Dark**,光标为 **Vimix Cursors**,图标为 **Mkos-big-sur**,shell 主题为**Colloid Dark**。如果你愿意,你可以选择浅色主题和不同的选项。
|
||||
|
||||
|
||||
|
||||
![Apply Themes][15]
|
||||
|
||||
* 打开 Extenstion 应用,进入 Arch 菜单设置。
|
||||
|
||||
|
||||
* 将菜单布局改为 `Alternative Menu Layout > Raven`。
|
||||
|
||||
|
||||
* 将应用的菜单按钮改成你喜欢的一些图标。在本指南中,我从[这里][16]下载了一个 GNOME 图标。并通过 Arc 菜单`设置>按钮外观>浏览图标`应用它。它应该看起来像这样。
|
||||
|
||||
|
||||
|
||||
![Arch Menu – Raven][17]
|
||||
|
||||
* 从扩展程序中打开 Dash to Dock 设置。在“外观”选项卡中,改变以下项目:
|
||||
* 启用收缩 Dash 的功能
|
||||
* 自定义窗口计数器指标为 Dash
|
||||
* 启用自定义 Dash 颜色
|
||||
* 自定义不透明度为固定
|
||||
* 不透明度为 12%
|
||||
|
||||
|
||||
* 在位置和大小选项卡中,将 Dock 位置改为底部,图标大小限制为 39px。
|
||||
|
||||
|
||||
* 如果你喜欢,你可以启动 Conky,并下载一张与 Colloid 主题相配的漂亮墙纸。在这个演示中,我[选择了一张漂亮的灰色墙纸][18],它与深色主题搭配看起来非常漂亮。
|
||||
|
||||
|
||||
|
||||
### 结果
|
||||
|
||||
在所有的配置之后,如果一切顺利,你的桌面应该是这样的。
|
||||
|
||||
![GNOME Customization in Ubuntu with a simple look-1][19]
|
||||
|
||||
![GNOME Customization in Ubuntu with a simple look-2][20]
|
||||
|
||||
![GNOME Customization in Ubuntu with a simple look-3][21]
|
||||
|
||||
你可以通过多种设置组合来玩转这个主题的不同变体。并创造一个更适合你的外观。
|
||||
|
||||
我希望这个指南能帮助你用简洁的外观改造你的 GNOME 桌面。如果你喜欢这个设置,请在下面的评论中告诉我。
|
||||
|
||||
* * *
|
||||
|
||||
我们带来最新的科技、软件新闻和重要的东西。通过 [Telegram][22]、[Twitter][23]、[YouTube][24] 和 [Facebook][25] 保持联系,不要错过任何更新!
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://www.debugpoint.com/2022/03/customize-gnome-clean-look-2022-1/
|
||||
|
||||
作者:[Arindam][a]
|
||||
选题:[lujun9972][b]
|
||||
译者:[geekpi](https://github.com/geekpi)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://www.debugpoint.com/author/admin1/
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://www.debugpoint.com/wp-content/uploads/2022/03/Ubuntu-Desktop-with-GNOME-Before-Customization-1024x582.jpg
|
||||
[2]: https://extensions.gnome.org/
|
||||
[3]: https://www.debugpoint.com/wp-content/uploads/2022/03/Add-Browser-Add-on-for-GNOME-Shell-Extension.jpg
|
||||
[4]: https://dl.flathub.org/repo/appstream/org.gnome.Extensions.flatpakref
|
||||
[5]: https://github.com/vinceliuice/Colloid-gtk-theme/archive/refs/heads/main.zip
|
||||
[6]: https://github.com/zayronxio/Mkos-Big-Sur/archive/refs/heads/master.zip
|
||||
[7]: https://github.com/vinceliuice/Vimix-cursors
|
||||
[8]: https://extensions.gnome.org/extension/2/move-clock/
|
||||
[9]: https://extensions.gnome.org/extension/307/dash-to-dock/
|
||||
[10]: https://extensions.gnome.org/extension/2890/tray-icons-reloaded/
|
||||
[11]: https://extensions.gnome.org/extension/3628/arcmenu/
|
||||
[12]: https://extensions.gnome.org/extension/19/user-themes/
|
||||
[13]: https://www.debugpoint.com/wp-content/uploads/2018/05/GNOME-Extension-Page.png
|
||||
[15]: https://www.debugpoint.com/wp-content/uploads/2022/03/Apply-Themes.jpg
|
||||
[16]: https://icons.iconarchive.com/icons/tatice/operating-systems/32/Gnome-icon.png
|
||||
[17]: https://www.debugpoint.com/wp-content/uploads/2022/03/Arch-Menu-Raven.jpg
|
||||
[18]: https://i.redd.it/1ttvv79apo851.png
|
||||
[19]: https://www.debugpoint.com/wp-content/uploads/2022/03/GNOME-Customization-in-Ubuntu-with-a-simple-look-1-1024x579.jpg
|
||||
[20]: https://www.debugpoint.com/wp-content/uploads/2022/03/GNOME-Customization-in-Ubuntu-with-a-simple-look-2-1024x580.jpg
|
||||
[21]: https://www.debugpoint.com/wp-content/uploads/2022/03/GNOME-Customization-in-Ubuntu-with-a-simple-look-3-1024x576.jpg
|
||||
[22]: https://t.me/debugpoint
|
||||
[23]: https://twitter.com/DebugPoint
|
||||
[24]: https://www.youtube.com/c/debugpoint?sub_confirmation=1
|
||||
[25]: https://facebook.com/DebugPoint
|
Loading…
Reference in New Issue
Block a user