{"id":1642,"date":"2021-12-16T13:09:20","date_gmt":"2021-12-16T10:09:20","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/03\/27\/how-to-install-the-neo-to-gtk-theme-on-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/03\/27\/how-to-install-the-neo-to-gtk-theme-on-linux\/"},"modified":"2021-12-16T13:09:20","modified_gmt":"2021-12-16T10:09:20","slug":"how-to-install-the-neo-to-gtk-theme-on-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1642-how-to-install-the-neo-to-gtk-theme-on-linux\/","title":{"rendered":"How to install the Neo-to 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>Neo-to is a fancy, neon-like GTK theme for the Linux desktop. It\u2019s charming to look at and is sure to spruce up your bland Linux desktop! Here\u2019s how to install it on your Linux computer!<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-398088 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-neo-to-gtk-theme-on-linux.png\" alt=\"Neo-to GTK theme on Linux\" width=\"1200\" height=\"675\"\/><\/p>\n<h2>Downloading Neo-to\u00a0<\/h2>\n<p>The Neo-to GTK theme is available to all Linux users for download via the Gnome-look.org theme website. There are several different variations of the Neo-to GTK theme to download.<\/p>\n<p>To download any of the theme versions, start by heading over to the Neo-to Gnome-look page. Once on the page, click on the \u201cFiles\u201d tab to view the various theme packs available for download.<\/p>\n<p>Inside the \u201cFiles\u201d area, click on the blue download icon in the \u201cDL\u201d column to start the download. The download of the Neo-to theme will not take long. When it is complete, move on to the next section of the guide.\u00a0<\/p>\n<h2>Extracting Neo-to\u00a0<\/h2>\n<p>The Neo-to GTK theme is distributed to Linux users in the form of a TarXZ archive. This archive needs to be extracted before the theme can be installed, as Linux themes can\u2019t be activated in an archive format.<\/p>\n<p>To start the extraction, open up a terminal window on the Linux desktop. To open up a terminal window, press the <strong>Ctrl + Alt + T\u00a0<\/strong>keyboard combination. Then, use the\u00a0<strong>CD\u00a0<\/strong>command to move into the \u201cDownloads\u201d directory where the theme file was downloaded.<\/p>\n<pre>\ncd ~\/Downloads\n<\/pre>\n<p>Once inside the \u201cDownloads\u201d folder, the extraction can begin. Using the <strong>tar\u00a0<\/strong>command, extract the No-to theme files to your computer.<\/p>\n<p>If you\u2019ve downloaded the \u201cneo-to.tar.xz\u201d theme pack, you can easily extract it with the following command.<\/p>\n<pre>\ntar xvf neo-to.tar.xz\n<\/pre>\n<p>Did you grab the \u201cneo-to-white.tar.xz\u201d theme to use on your Linux PC? Extract it with the following command.\u00a0<\/p>\n<pre>\ntar xvf neo-to-white.tar.xz\n<\/pre>\n<p>Want to install the \u201cneo-to-lighter-headerbar.tar.xz\u201d theme pack on your computer? If so, you\u2019ll need to enter the command below.<\/p>\n<pre>\ntar xvf neo-to-lighter-headerbar.tar.xz\n<\/pre>\n<p>When your Neo-to theme packs are fully extracted, the installation can begin. Move on to the next section of the guide to get Neo-to set up on your Linux PC!<\/p>\n<h2>Installing Neo-to\u00a0<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-398089 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-neo-to-gtk-theme-on-linux-1.png\" alt=\"\" width=\"1200\" height=\"675\"\/><\/p>\n<p>There are two ways to install the Neo-to GTK theme on Linux. The first way to install the theme is known as single-user, allowing only the person who installs the theme to have access to it. The second way of installing Neo-to is known as system-wide, which enables any Linux user to access the theme once installed.<\/p>\n<p>To start the installation of Neo-to on Linux, open up a terminal window. Once the terminal window is open, follow along with the installation method down below that you prefer.<\/p>\n<h3>Single-user<\/h3>\n<p>To install Neo-to as a single-user, start by using the\u00a0<strong>mkdir\u00a0<\/strong>command to create a new theme folder in your home directory. This theme folder will enable your user account to access the Neo-to GTK theme.<\/p>\n<pre>\nmkdir -p ~\/.themes\n<\/pre>\n<p>After creating a new <code>~\/.themes<\/code> folder, you\u2019ll be able to install themes locally on your computer so that only your Linux user account can access them. Next, use the <strong>CD\u00a0<\/strong>command to move into the \u201cDownloads\u201d directory. The \u201cDownloads\u201d directory is where the Neo-to theme package was extracted previously.\u00a0<\/p>\n<pre>\ncd ~\/Downloads\/\n<\/pre>\n<p>Inside of the \u201cDownloads\u201d directory, use the\u00a0<strong>mv\u00a0<\/strong>command to move the Neo-to theme files into your newly created ~\/.themes directory.\u00a0<\/p>\n<pre>\nmv neo-to*\/ ~\/.themes\/\n<\/pre>\n<p>Once everything is moved, the Neo-to theme file is installed in single-user mode. Confirm that the installation is successful by running the\u00a0<strong>ls\u00a0<\/strong>command below.<\/p>\n<pre>\nls ~\/.themes\n<\/pre>\n<h3>System-wide<\/h3>\n<p>To install Neo-to in system-wide mode, start by accessing the \u201cDownloads\u201d directory to which the theme pack was extracted previously. You can access this folder by making use of the <strong>CD\u00a0<\/strong>command below.<\/p>\n<pre>\ncd ~\/Downloads\n<\/pre>\n<p>Inside of the \u201cDownloads\u201d directory, use the\u00a0<strong>sudo -s\u00a0<\/strong>command to elevate your terminal session to \u201croot\u201d without leaving the directory you\u2019re in.<\/p>\n<pre>\nsudo -s\n<\/pre>\n<p>Once the terminal session has root access, the installation of Neo-to in system-wide mode can begin. Using the\u00a0<strong>mv\u00a0<\/strong>command, install Neo-to to the <code>\/usr\/share\/themes\/<\/code> directory.<\/p>\n<pre>\nmv neo-to*\/ \/usr\/share\/themes\/\n<\/pre>\n<p>Once the installation is complete, Neo-to is set up on your Linux PC in system-wide mode. To verify that the installation was successful, run the\u00a0<strong>ls\u00a0<\/strong>command below.<\/p>\n<pre>\nls \/usr\/share\/themes\/\n<\/pre>\n<h2>Activating Neo-to\u00a0<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-398088 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-neo-to-gtk-theme-on-linux.png\" alt=\"\" width=\"1200\" height=\"675\"\/><\/p>\n<p>The Neo-to GTK theme is installed on your Linux PC, but installing it doesn\u2019t activate the theme. To start using the Neo-to GTK theme on your Linux PC as your default GTK theme, you will need to change your default GTK theme to \u201cNeo-to.\u201d<\/p>\n<p>Unsure about how to change the default GTK theme on your Linux PC? Check out the list of links below and choose the desktop environment you use on Linux to learn how to change GTK themes!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Neo-to is a fancy, neon-like GTK theme for the Linux desktop. It\u2019s charming to look at and is sure to spruce up your bland Linux desktop! Here\u2019s how to install it on your Linux computer! Downloading Neo-to\u00a0 The Neo-to GTK theme is available to all Linux users for download via the Gnome-look.org theme &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1643,"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\/1642"}],"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=1642"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1642\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1643"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1642"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1642"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1642"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}