Love the Apple look however need one thing contemporary? Try Korla, a gorgeous, trendy icon theme for Linux. Its design may be very related to that of macOS and borrows a whole lot of design decisions from Mac-like Linux themes, but it differentiates itself by including in flat app icons (one thing Mac-like themes don’t do), and a wide range of completely different folder shade decisions.

The Korla icon theme is offered to Linux customers for obtain by way of the undertaking’s GitHub web page. To get the newest launch of Korla, it’s essential to have the Git device put in.

Set up Git

Putting in the Git device on Linux requires the Linux terminal. Open up a terminal window by urgent Ctrl + Alt + T or Ctrl + Shift + T on the keyboard. Then, observe the command-line directions outlined beneath that match the Linux working system you utilize.

Ubuntu

To put in Git on Ubuntu Linux, use the following Apt command.

sudo apt set up git

Debian

Utilizing Debian Linux? Set up Git with the Apt-get command beneath.

sudo apt-get set up git

Arch Linux

On Arch Linux, Git is installable by way of the following Pacman command.

sudo pacman -S git

Fedora

To put in Git on Fedora Linux, use the following Dnf command.

sudo dnf set up git

OpenSUSE

Git is offered to all OpenSUSE Linux customers. To put in it, use the following Zypper command.

sudo zypper set up git

Obtain Korla icon theme

After putting in Git on your Linux pc, use the git clone command to obtain the newest launch of the Korla icon theme.

git clone 

As soon as the Korla icon theme is completed downloading by Git, the folder can be saved to the “korla” listing in your house folder. To confirm the recordsdata, run the ls command.

ls ~/korla

Utilizing the Git device to obtain the Korla icon theme is finest. Nonetheless, should you desire, it’s also attainable to obtain the Korla icon theme with the wget downloader device in the terminal.

wget  -O korla.zip

Unzip the “korla.zip” with the instructions beneath.

Be aware: To make use of the unzip instructions outlined beneath, it’s essential to have the unzip device put in. For extra data on how to set up unzip, head over to Pkgs.org.

unzip korla.zip

Set up Korla icons

9k=

The Korla icon theme will be set up on a Linux PC in two alternative ways. The primary means entails putting in the icons for a single-user in order that solely the consumer that units up the icon theme can have entry to it. The second means is by setting it up system-wide so that each single consumer on the Linux system can have entry to the Korla icon theme. On this information, we are going to go over each set up strategies.

Single-user

To set up the Korla icon theme on Linux as a single-user, begin through the use of the mkdir command to create a brand new folder with the identify of “.icons” in the residence listing (~) of the present consumer.

mkdir -p ~/.icons

After creating the new “.icons” folder, transfer the Korla folder into the listing with the mv command.

mv ~/korla/korla* ~/.icons

Did you obtain the icons with the wget command? If that’s the case, the folder identify for Korla is completely different than the one in the command above. Strive these as a substitute:

mv ~/korla-master/korla* ~/.icons

As soon as the icon recordsdata are positioned in the “.icons” folder in the residence listing (~), the Korla icon theme is put in as a single-user.

System-wide

To put in the Korla icon theme on Linux system-wide, it’s essential to set up the icon theme recordsdata to the system-wide icon listing “/usr/share/icons/” utilizing the sudo command.

sudo mv ~/korla/korla* /usr/share/icons/

Should you downloaded the Korla icon recordsdata by the wget obtain command, and never the git clone device, the instructions outlined above is not going to work. You could as a substitute use these instructions to place the Korla icons in the right listing.

sudo mv ~/korla-master/korla* ~/.icons

When the icon recordsdata are positioned in the system’s icon listing, the Korla icon theme is put in system-wide.

Allow Korla icon theme on Linux

Korla is set up on Linux, however the system gained’t use it till it’s set as the default icon theme. To set Korla as the default icon theme on your Linux PC, open up “System Settings,” and make your means to the “themes” or “appearance” settings. As soon as there, change the icon theme to “Korla.”

Having some points setting the Korla icon theme as the default on your Linux PC? We can assist! Look by the hyperlinks beneath for the desktop atmosphere you utilize to study all about how to change icon themes.



Source link

Share.
Leave A Reply

Exit mobile version