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!
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!
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.
sudo apt install git gtk2-engines-murrine gtk2-engines-pixbuf
sudo apt-get install git gtk2-engines-murrine gtk2-engines-pixbuf
sudo pacman -S git gtk-engine-murrine gtk-engines
sudo dnf install git gtk-murrine-engine gtk2-engines
sudo zypper install git gtk-murrine-engine gtk2-engines
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.
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!
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.
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.
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
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
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!
Seamos realistas, el portapapeles predeterminado de Gnome Shell no es muy bueno. ¡Instala Pano para mejorar tu experiencia con el portapapeles!
¿Necesita un excelente editor de video no lineal para su caja de Linux? ¡Haz que Davinci Resolve 17 funcione con esta guía!
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
¿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.
¿Qué es un archivo DEB? Qué haces con eso? Conozca las muchas formas en que puede instalar archivos DEB en su PC con 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
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.
¿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.
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
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.