alvatip / Sunity-cursors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sunity-Cursors

Nordzy-cursors logo

Cursor theme using a custom color palette and based on Breeze and Radioactive cursors themes.

Preview

Nordzy dark icons Nordzy white icons

Installation

Installer

To use the installer, clone the repository and go inside it.

git clone https://github.com/alvatip/Sunity-cursors
cd Sunity-cursors

Then, run the installer script. For local installation, use

./install.sh

And for system wide installation use:

sudo ./install.sh

tar.gz file

Alternatively, you can use the tar.gz files located in the archive folder or in the release section and extract them to the adequate directory.
For local installation:

tar -zxvf Sunity-cursors.tar.gz -C $HOME/.icons/
tar -zxvf Sunity-cursors-white.tar.gz -C $HOME/.icons/

For system-wide installation:

tar -zxvf Sunity-cursors.tar.gz -C /usr/share/icons/
tar -zxvf Sunity-cursors-white.tar.gz -C /usr/share/icons/

Set the cursor theme

There are various way to set this (or another) cursor theme.
You will find all the needed informations on this ArchWiki

Uninstallation

If you installed it locally, run this command in your terminal:

rm -r $HOME/.icons/Sunity-cursors*

And if you installed it system-wide use:

sudo rm -r /usr/share/icons/Sunity-cursors*

Windows

To install the cursor theme on windows:

  1. Download "nordzy_cursors_windows.zip"
  2. Extract the .zip file
  3. In the folder, right click on the file "install.inf" and in the option choose "install"

Also available on Pling

Issues

If you have any issues, report them here, I will be happy to help you!

How can I help ?

  • By giving a star or follow on GitHub.
  • By rating it on Pling
  • By participating to the project, creating PR, making suggestion, ...

Licence

GNU General Public Licence v3.0.

About

License:GNU General Public License v3.0


Languages

Language:Python 56.6%Language:Shell 43.4%