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!

Leave a Comment

Aplicaciones de notificaciones de escritorio de Google Voice

Aplicaciones de notificaciones de escritorio de Google Voice

Al igual que Google Wave, Google Voice ha generado un gran revuelo en todo el mundo. Google busca cambiar la forma en que nos comunicamos y, dado que se está convirtiendo en...

Descarga Favoritos de Flickr con FlickrFaves

Descarga Favoritos de Flickr con FlickrFaves

Hay muchas herramientas que permiten a los usuarios de Flickr descargar sus fotos en alta calidad, pero ¿hay alguna forma de descargar Favoritos de Flickr? Recientemente, descubrimos...

OK Sampler es un software gratuito de sampleo de música

OK Sampler es un software gratuito de sampleo de música

¿Qué es el sampling? Según Wikipedia, «es el acto de tomar una porción, o muestra, de una grabación de sonido y reutilizarla como un instrumento o...

Copia de seguridad de Google Sites: Importar/Exportar

Copia de seguridad de Google Sites: Importar/Exportar

Google Sites es un servicio de Google que permite alojar un sitio web en su servidor. Sin embargo, existe un problema: no incluye una opción integrada para realizar copias de seguridad.

Aplicación de escritorio de Google Tasks

Aplicación de escritorio de Google Tasks

Google Tasks no es tan popular como otros servicios de Google como Calendar, Wave, Voice, etc., pero aún así se usa ampliamente y es una parte integral de la vida de las personas.

Cómo recuperar particiones y datos del disco duro perdidos [Guía]

Cómo recuperar particiones y datos del disco duro perdidos [Guía]

En nuestra guía anterior sobre cómo borrar de forma segura el disco duro y los medios extraíbles a través de Ubuntu Live y el CD de arranque DBAN, analizamos el problema del disco basado en Windows.

Cómo jugar Red Dead Online en Linux

Cómo jugar Red Dead Online en Linux

Red Dead Online es el componente multijugador en línea de Red Dead Redemption II. Aprende a jugar en Linux con esta guía completa.

Instalar paquetes Debian en Arch Linux con Debtap

Instalar paquetes Debian en Arch Linux con Debtap

¿Está tratando de hacer que una aplicación funcione en Arch Linux o Manjaro pero no puede encontrarla en los repositorios de software oficiales o incluso en AUR? Prueba Debtap. Se trata de un

Cómo acceder a una carpeta compartida de VMWare en Ubuntu

Cómo acceder a una carpeta compartida de VMWare en Ubuntu

¿Tiene una máquina virtual Ubuntu en VMware Workstation y desea compartir una carpeta con ella? Esta guía completa le mostrará cómo hacerlo eficazmente.

Cómo jugar Monster Hunter: World en Linux

Cómo jugar Monster Hunter: World en Linux

Aprenda a jugar Monster Hunter: World en Linux con nuestra guía completa y optimizada. Siga los pasos para instalar Steam y el juego en su sistema Linux.