Cómo instalar el tema Ant GTK en Linux

Cómo instalar el tema Ant GTK en Linux

Looking for a theme that’s flat, but a little different? The Ant GTK theme may be up your alley. It’s a modern theme that doesn’t go the tiring route of “material design”. Instead, Ant goes with a different, more Apple-like setup.

Aside from the design, one of the best things about the Ant GTK theme is how many desktop environments support it. In fact, you’ll have trouble finding a Linux setup that it doesn’t look good on!

Pre-requisites

Installing the Ant GTK theme is done directly through Github, so installing the git package is required. In addition, there are a few dependencies that need installing. To get these packages working, open up a terminal and enter the commands that correspond to your Linux operating system.

Ubuntu

sudo apt install git gtk2-engines-murrine gtk2-engines-pixbuf

Debian

sudo apt-get install git gtk2-engines-murrine gtk2-engines-pixbuf

Arch Linux

sudo pacman -S git gtk-engine-murrine gtk-engines

Fedora

sudo dnf install git gtk-murrine-engine gtk2-engines

OpenSUSE

sudo zypper install git gtk-murrine-engine gtk2-engines

Generic Linux

The Ant GTK theme requires dependencies to run. If you’re on an obscure Linux distribution and don’t know what to install, don’t panic. Look through the package manager for the following things and install them to the system.

  • gtk2-engines-murrine or gtk-murrine-engine
  • gtk2-engines-pixbuf or gtk-engines or gtk2-engines
  • git

Install Ant GTK

Cómo instalar el tema Ant GTK en Linux

Ant is unique in that the developer doesn’t require users of the theme to build a theme from source. Instead, everything is pre-built and up on Github. To start the installation, open up a terminal and gain a root shell with su or sudo. Then use the CD command to move from the home folder to /usr/share/themes/.

su -

or

sudo -s
cd /usr/share/themes

At this point, it’s safe to grab the Ant GTK theme directly from Github. In the terminal, run the git clone command.

git clone https://github.com/EliverLara/Ant.git

Running the clone command directly in the themes directory will install Ant. No further action is required!

Single User

For most users, installing themes system-wide is a good idea, especially if multiple users want access to it. However, if there is no need for multiple users to access Ant, installing the theme for a single user is a good idea.

To install the Ant GTK theme for a single user, open up a terminal and make a ~/.themes folder in the home directory. Then, use the CD command to move the terminal into themes.

mkdir -p ~/.themes
cd ~/.themes

Install Ant by running a git clone command.

git clone https://github.com/EliverLara/Ant.git

When the clone command finishes running, Ant will be ready to use on your system.

Icon Themes

Cómo instalar el tema Ant GTK en Linux

Unfortunately, the Ant GTK theme doesn’t come with an icon theme. If you want it to look it’s best, installing a fitting set of icons is a must

According to the developer, the icon theme that goes the best with Ant is the Boston icon theme. It’s a flat, unique theme that really fits Ant’s athletic.

To start the installation, grab the latest version of it from DeviantArt. Then, open up a terminal and follow the instructions below.

Install System-wide

Installing the Boston icon theme system-wide starts out by gaining a root shell in the terminal. Going this route, rather than using sudo will make moving files around much quicker.

Gain a root shell by using su or sudo -s.

su –

or

sudo -s

With the root terminal, cd into your user’s ~/Downloads folder. Then, run the unzip command to extract the contents of the Boston icons archive.

cd /home/username/Downloads
unzip boston_icons_by_diazchris-d98nrpv.zip

When the icon archive file is completely extracted, use the mv command to move the icons from the ~/Downloads folder to /usr/share/icons.

mv Boston /usr/share/icons

Single User

Installing the Boston icon theme for a single user is a good idea if you don’t care much about sharing these icons with other users on the system. To do it, cd into the ~/Downloads folder and unzip the archive.

cd ~/Downloads
unzip boston_icons_by_diazchris-d98nrpv.zip

Now that the archive is extracted, create a new ~/.icons folder using the mkdir command.

mkdir -p ~/.icons

Use the mv command and place the Boston icon theme inside of the newly created folder.

mv Boston ~/.icons

Activate Ant GTK Theme

Need help activating the Ant GTK theme? Navigate to the settings area of your Linux desktop and look for the “appearance” settings. From there, find “themes”, and select “Ant” to enable it.

Otherwise, choose the link your desktop environment below for an in-depth walkthrough on how to enable Ant and Boston!


Mejora el portapapeles de Gnome Shell con Pano

Mejora el portapapeles de Gnome Shell con Pano

Seamos realistas, el portapapeles predeterminado de Gnome Shell no es muy bueno. ¡Instala Pano para mejorar tu experiencia con el portapapeles!

Cómo instalar DaVinci Resolve 17 en Linux

Cómo instalar DaVinci Resolve 17 en Linux

¿Necesita un excelente editor de video no lineal para su caja de Linux? ¡Haz que Davinci Resolve 17 funcione con esta guía!

Cómo descargar fondos de pantalla al escritorio de Linux con Wallpaper Downloader

Cómo descargar fondos de pantalla al escritorio de Linux con Wallpaper Downloader

Wallpaper Downloader es un descargador y administrador de fondos de pantalla de Linux. Es compatible con la mayoría de los entornos de escritorio de Linux y es muy fácil de usar. esta guía

Cómo instalar Tuxedo OS en tu computadora

Cómo instalar Tuxedo OS en tu computadora

¿Quiere probar el sistema operativo Tuxedo de las computadoras Tuxedo? Aprenda cómo hacer que la última versión de Tuxedo OS funcione en su PC.

Cómo instalar un archivo DEB en Linux

Cómo instalar un archivo DEB en Linux

¿Qué es un archivo DEB? Qué haces con eso? Conozca las muchas formas en que puede instalar archivos DEB en su PC con Linux.

Cómo jugar Dying Light en Linux

Cómo jugar Dying Light en Linux

Dying Light es un videojuego de terror y supervivencia de 2015 desarrollado por Techland y publicado por Warner Bros Interactive Entertainment. El juego se centra en

Cómo instalar Neptune Linux en tu computadora

Cómo instalar Neptune Linux en tu computadora

Neptune utiliza el entorno de escritorio KDE Plasma 5 y tiene como objetivo ofrecer un sistema operativo elegante. Aquí se explica cómo instalar Neptune Linux en su computadora.

Pruebe el nuevo escritorio basado en Snap de Ubuntu

Pruebe el nuevo escritorio basado en Snap de Ubuntu

¿Quiere probar el nuevo sistema operativo de escritorio basado en paquetes instantáneos de Ubuntu? Aprenda a implementarlo en una máquina virtual con esta guía.

Cómo jugar Undertale en Linux

Cómo jugar Undertale en Linux

Undertale es un juego de rol independiente en 2D de 2015 desarrollado y publicado por el desarrollador de juegos Toby Fox. Esta guía cubrirá la descarga e instalación de Undertale en su

Cómo jugar Total War: THREE KINGDOMS en Linux

Cómo jugar Total War: THREE KINGDOMS en Linux

Total War: Three Kingdoms es un juego de estrategia en tiempo real por turnos desarrollado por Creative Assembly. Así es como se juega en Linux.