Create an account


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fedora - Tweaking the look of Fedora Workstation with themes

#1
Tweaking the look of Fedora Workstation with themes

<div style="margin: 5px 5% 10px 5%;"><img src="http://www.sickgaming.net/blog/wp-content/uploads/2019/06/tweaking-the-look-of-fedora-workstation-with-themes.jpg" width="1024" height="514" title="" alt="" /></div><div><p>Changing the theme of a desktop environment is a common way to customize your daily experience with Fedora Workstation. This article discusses the 4 different types of visual themes you can change and how to change to a new theme. Additionally, this article will cover how to install new themes from both the Fedora repositories and 3rd party theme sources.</p>
<h3>Theme Types</h3>
<p>When changing the theme of Fedora Workstation, there are 4 different themes that can be changed independently of each other. This allows a user to mix and match the theme types to customize their desktop in a multitude of combinations. The 4 theme types are the <strong>Application </strong>(GTK) theme, the<strong> shell</strong> theme, the <strong>icon</strong> theme, and the <strong>cursor</strong> theme.</p>
<h4>Application (GTK) themes</h4>
<p>As the name suggests, Application themes change the styling of the applications that are displayed on a user’s desktop. Application themes control the style of the window borders and the window titlebar. Additionally, they also control the style of the widgets in the windows — like dropdowns, text inputs, and buttons. One point to note is that an application theme does not change the icons that are displayed in an application — this is achieved using the icon theme.</p>
<figure class="wp-block-image"><img src="http://www.sickgaming.net/blog/wp-content/uploads/2019/06/tweaking-the-look-of-fedora-workstation-with-themes.jpg" alt="" class="wp-image-28141" /><figcaption>Two application windows with two different application themes. The default Adwaita theme on the left, the Adapta theme on the right.</figcaption></figure>
<p>Application themes are also known as GTK themes, as GTK (<strong>G</strong>IMP <strong>T</strong>ool<strong>k</strong>it) is the underlying technology that is used to render the windows and user interface widgets in those windows on Fedora Workstation. </p>
<h4>Shell Themes<br /></h4>
<p>Shell themes change the appearance of the GNOME Shell. The GNOME Shell is the technology that displays the top bar (and the associated widgets like drop downs), as well as the overview screen and the applications list it contains. </p>
<figure class="wp-block-image"><img src="http://www.sickgaming.net/blog/wp-content/uploads/2019/06/tweaking-the-look-of-fedora-workstation-with-themes-1.jpg" alt="" class="wp-image-28143" /><figcaption>Comparison of two Shell themes, with the Fedora Workstation default on top, and the Adapta shell theme on the bottom.</figcaption></figure>
<h4>Icon Themes<br /></h4>
<p>As the name suggests, icon themes change the icons used in the desktop. Changing the icon theme will change the icons displayed both in the Shell, and in applications.</p>
<figure class="wp-block-image"><img src="http://www.sickgaming.net/blog/wp-content/uploads/2019/06/tweaking-the-look-of-fedora-workstation-with-themes-2.jpg" alt="" class="wp-image-28145" /><figcaption>Comparison of two icon themes, with the Fedora 30 Workstation default Adwaita on the left, and the Yaru icon theme on the right</figcaption></figure>
<p>One important item to note with icon themes is that all icon themes will not have customized icons for all application icons. Consequently, changing the icon theme will not change all the icons in the applications list in the overview.</p>
<figure class="wp-block-image"><img src="http://www.sickgaming.net/blog/wp-content/uploads/2019/06/tweaking-the-look-of-fedora-workstation-with-themes-3.jpg" alt="" class="wp-image-28147" /><figcaption>Comparison of two icon themes, with the Fedora 30 Workstation default Adwaita on the top, and the Yaru icon theme on the bottom</figcaption></figure>
<h4>Cursor Theme</h4>
<p>The cursor theme allows a user to change how the mouse pointer is displayed. Most cursor themes change all the common cursors, including the pointer, drag handles and the loading cursor.</p>
<figure class="wp-block-image"><img src="http://www.sickgaming.net/blog/wp-content/uploads/2019/06/tweaking-the-look-of-fedora-workstation-with-themes-4.jpg" alt="" class="wp-image-28148" /><figcaption>Comparison of multiple cursors of two different cursor themes. Fedora 30 default is on the left, the Breeze Snow theme on the right.</figcaption></figure>
<h3>Changing the themes</h3>
<p>Changing themes on Fedora Workstation is a simple process. To change all 4 types of themes, use the <strong>Tweaks</strong> application. Tweaks is a tool used to change a range of different options in Fedora Workstation. It is not installed by default, and is installed using the Software application: </p>
<figure class="wp-block-image"><img src="http://www.sickgaming.net/blog/wp-content/uploads/2019/06/tweaking-the-look-of-fedora-workstation-with-themes.png" alt="" class="wp-image-28149" /></figure>
<p>Alternatively, install Tweaks from the command line with the command:</p>
<pre class="wp-block-preformatted">sudo dnf install gnome-tweak-tool</pre>
<p>In addition to Tweaks, to change the Shell theme, the <strong>User Themes</strong> GNOME Shell Extension needs to be installed and enabled. <a href="https://fedoramagazine.org/install-extensions-via-software-application/">Check out this post for more details on installing extensions</a>.</p>
<p>Next, launch Tweaks, and switch to the Appearance pane. The Themes section in the Appearance pane allows the changing of the multiple theme types. Simply choose the theme from the dropdown, and the new theme will apply automatically. </p>
<figure class="wp-block-image"><img src="http://www.sickgaming.net/blog/wp-content/uploads/2019/06/tweaking-the-look-of-fedora-workstation-with-themes-1.png" alt="" class="wp-image-28150" /></figure>
<h3>Installing themes</h3>
<p>Armed with the knowledge of the types of themes, and how to change themes, it is time to install some themes. Broadly speaking, there are two ways to install new themes to your Fedora Workstation — installing theme packages from the Fedora repositories, or manually installing a theme. One point to note when installing themes, is that you may need to close and re-open the Tweaks application to make a newly installed theme appear in the dropdowns.</p>
<h4>Installing from the Fedora repositories</h4>
<p>The Fedora repositories contain a small selection of additional themes that once installed are available to we chosen in Tweaks. Theme packages are not available in the Software application, and have to be searched for and installed via the command line. Most theme packages have a consistent naming structure, so listing available themes is pretty easy. </p>
<p> To find Application (GTK) themes use the command:</p>
<pre class="wp-block-preformatted">dnf search gtk | grep theme</pre>
<p>To find Shell themes:</p>
<pre class="wp-block-preformatted">dnf search shell-theme</pre>
<p>Icon themes:</p>
<pre class="wp-block-preformatted">dnf search icon-theme<br /></pre>
<p>Cursor themes:</p>
<pre class="wp-block-preformatted">dnf search cursor-theme</pre>
<p>Once you have found a theme to install, install the theme using dnf. For example:</p>
<pre class="wp-block-preformatted">sudo dnf install numix-gtk-theme</pre>
<h4>Installing themes manually</h4>
<p>For a wider range of themes, there are a plethora of places on the internet to find new themes to use on Fedora Workstation. Two popular places to find themes are <a href="https://www.opendesktop.org/">OpenDesktop</a> and <a href="https://www.gnome-look.org/">GNOMELook</a>. </p>
<p>Typically when downloading themes from these sites, the themes are encapsulated in an archive like a tar.gz or zip file. In most cases, to install these themes, simply extract the contents into the correct directory, and the theme will appear in Tweaks. Note too, that themes can be installed either globally (must be done using sudo) so all users on the system can use them, or can be installed just for the current user.</p>
<p>For Application (GTK) themes, and GNOME Shell themes, extract the archive to the <b>.themes/</b> directory in your home directory. To install for all users, extract to <b>/usr/share/themes/</b></p>
<p>For Icon and Cursor themes, extract the archive to the <b>.icons/</b> directory in your home directory. To install for all users, extract to <b>/usr/share/icons/</b> </p>
</div>
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum software by © MyBB Theme © iAndrew 2016