{"id":1236,"date":"2021-12-16T12:48:06","date_gmt":"2021-12-16T09:48:06","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/10\/26\/how-to-install-the-skeuos-gtk-theme-on-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/10\/26\/how-to-install-the-skeuos-gtk-theme-on-linux\/"},"modified":"2021-12-16T12:48:06","modified_gmt":"2021-12-16T09:48:06","slug":"how-to-install-the-skeuos-gtk-theme-on-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1236-how-to-install-the-skeuos-gtk-theme-on-linux\/","title":{"rendered":"How to install the Skeuos GTK theme on Linux"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>Skeuos is a GTK3\/4 theme for Gnome Shell, as well as other GTK-based desktop environments on Linux. It comes in several different color variants and sports a clean, slick design that is sure to spice up your Linux setup. Here\u2019s how to install the Skeuos GTK theme on your system.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-409952 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-skeuos-gtk-theme-on-linux.png\" alt=\"\" width=\"1200\" height=\"824\"\/><\/p>\n<h2>Downloading Skeuos on Linux<\/h2>\n<p>The Skeuos GTK theme is available for download on the project\u2019s GitHub page. To download this theme to your computer, you\u2019ll need to use the <strong>wget<\/strong> download command in the terminal.<\/p>\n<p>Almost every Linux operating system comes with <strong>wget<\/strong> pre-installed. If you\u2019re using a Linux operating system that doesn\u2019t come with this tool, you\u2019ll have to install it manually. To get your hands on\u00a0the Wget app, click here.<\/p>\n<p>To download Skeuos on your Linux computer, open up a terminal window on the Linux desktop. You can open up a terminal window by pressing <strong>Ctrl + Alt + T<\/strong> on the keyboard. Or, search for \u201cTerminal\u201d in the app menu and launch it that way.<\/p>\n<p>With the terminal window open, use the <strong>wget<\/strong> download command down below to grab the latest release of Skeuos on your computer.<\/p>\n<pre>\nwget https:\/\/github.com\/daniruiz\/skeuos-gtk\/archive\/refs\/heads\/master.zip -O ~\/Downloads\/skeuos-gtk-theme.zip\n<\/pre>\n<p>It is also possible to download the theme from the Skeuos GitHub page with the <strong>git clone<\/strong> command. However, you should only do this if you know how to use GitHub, as it is a complex tool.<\/p>\n<h2>Extracting Skeuos on Linux<\/h2>\n<p>With the Skeuos GTK theme done downloading to your Linux computer, you\u2019ll need to extract it. To start the extraction process, go to the terminal and use the <strong>CD<\/strong> command to move into the \u201cDownloads\u201d directory where the theme file ZIP archive is located.<\/p>\n<pre>\ncd ~\/Downloads\/\n<\/pre>\n<p>Once inside the \u201cDownloads\u201d directory, use the <strong>unzip<\/strong> command to unzip the \u201cskeuos-gtk-theme.zip\u201d archive.<\/p>\n<pre>\nunzip -d skeuos-gtk-theme\/ skeuos-gtk-theme.zip\n<\/pre>\n<p>When the extraction process is complete, a new folder with the name \u201cskeuos-gtk-theme\u201d will appear in your \u201cDownloads\u201d directory. Use the <strong>CD<\/strong> command and enter this directory.<\/p>\n<pre>\ncd ~\/Downloads\/skeuos-gtk-theme\/\n<\/pre>\n<p>Once inside the \u201cskeuos-gtk-theme\u201d folder, you\u2019ll need to <strong>CD<\/strong> into the \u201cskeuos-gtk-master\u201d folder. This sub-folder holds all GTK theme files that you can install on your Linux computer.<\/p>\n<pre>\ncd skeuos-gtk-theme\/skeuos-gtk-master\/\n<\/pre>\n<h2>Installing Skeuos on Linux<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-409958 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-skeuos-gtk-theme-on-linux.jpg\" alt=\"\" width=\"1200\" height=\"824\"\/><\/p>\n<p>Installing Skeuos on your Linux computer can be done in two ways. The first way to install this GTK theme is in \u201csingle-user\u201d mode, and the second method is \u201csystem-wide\u201d mode.<\/p>\n<p>If you do not share a computer and do not need anyone else to access the Skeuos theme, you should follow the \u201csingle-user\u201d instructions. Alternatively, if you need multiple users to access this theme, follow the \u201csystem-wide\u201d instructions.<\/p>\n<h4>Single-user<\/h4>\n<p>To install the Skeuos GTK theme as a single-user, start by creating a <code>~\/.themes<\/code> folder using the <strong>mkdir<\/strong> command. This folder will hold GTK theme files in your home (~) directory.<\/p>\n<pre>\nmkdir -p ~\/.themes\/\n<\/pre>\n<p>After creating the new directory, use the <strong>ls<\/strong> command to view the contents of the <code>~\/Downloads\/skeuos-gtk-theme\/skeuos-gtk-master\/<\/code> directory.<\/p>\n<pre>\nls\n<\/pre>\n<p>Look through the list of items in the terminal prompt. It will display many, many variations of the Skeuos GTK theme. When you\u2019ve found the one you want, use the <strong>mv<\/strong> command to install it to the newly created <code>~\/.themes\/<\/code> folder in your home directory.<\/p>\n<p>For example, to install the \u201cSkeuos-Black-Dark\u201d theme, you\u2019d enter the following command.<\/p>\n<pre>\nmv Skeuos-Black-Dark\/ ~\/.themes\/\n<\/pre>\n<p>Replace \u201cSkeuos-Black-Dark\u201d with the name of the theme you\u2019d like to install that is inside the <code>~\/Downloads\/skeuos-gtk-theme\/skeuos-gtk-master\/<\/code> directory.<\/p>\n<p>Repeat this process as many times as you like to install more Skeuos GTK themes to your computer in \u201csingle-user\u201d mode.<\/p>\n<h4>System-wide<\/h4>\n<p>Do you need to install the Skeuos GTK theme system-wide? Here\u2019s how to do it. First, use the <strong>sudo -s<\/strong> command to elevate your terminal session to root access.<\/p>\n<pre>\nsudo -s\n<\/pre>\n<p>Next, use the <strong>ls<\/strong> command to view the contents of the <code>~\/Downloads\/skeuos-gtk-theme\/skeuos-gtk-master\/<\/code> directory.<\/p>\n<pre>\nls\n<\/pre>\n<p>The <code>~\/Downloads\/skeuos-gtk-theme\/skeuos-gtk-master\/<\/code> directory has many theme folders to choose from. Look through the listing in the terminal for the theme you wish to install.<\/p>\n<p>Follow the example command below when you\u2019ve found the Skeuos theme you\u2019d like to set up on your system.<\/p>\n<p>For example, to install the \u201cSkeuos-Magenta-Light\u201d theme on your system, you\u2019d run:<\/p>\n<pre>\nmv Skeuos-Magenta-Light\/ \/usr\/share\/themes\/\n<\/pre>\n<p>Repeat this process as many times as you like to install more Skeuos GTK themes to your computer in \u201csystem-wide\u201d mode.<\/p>\n<h2>Activating Skeuos on Linux<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-409961 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-skeuos-gtk-theme-on-linux-1.jpg\" alt=\"\" width=\"1200\" height=\"824\"\/><\/p>\n<p>The Skeuos GTK theme is installed on your computer, but it isn\u2019t the default theme yet. To make Skeous the default look for your Linux desktop, you\u2019ll have to change the theme settings.<\/p>\n<p>Don\u2019t know how to change the theme settings on your Linux PC? We can help! Check out the links below to learn more about changing desktop themes on Linux!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Skeuos is a GTK3\/4 theme for Gnome Shell, as well as other GTK-based desktop environments on Linux. It comes in several different color variants and sports a clean, slick design that is sure to spice up your Linux setup. Here\u2019s how to install the Skeuos GTK theme on your system. Downloading Skeuos on &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1237,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[33],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1236"}],"collection":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/comments?post=1236"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1236\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1237"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1236"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1236"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1236"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}