Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alvatip/radioactive-nord
https://github.com/alvatip/radioactive-nord
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alvatip/radioactive-nord
- Owner: alvatip
- License: gpl-3.0
- Created: 2022-01-04T21:45:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T12:41:51.000Z (11 months ago)
- Last Synced: 2024-02-17T13:36:35.155Z (11 months ago)
- Language: Shell
- Size: 10.5 MB
- Stars: 17
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# **Repository Archived**
**This repository is now archived due to a lack of time to maintain and update it.**
**If you're interested in taking over the project, I’m happy to offer limited assistance to help you get started. Please feel free to reach out!**
**Thank you for your interest and contributions. Best wishes!**
# Radioactive-nord
## Preview
![Nordzy dark icons](./art/preview-black.png)
![Nordzy white icons](./art/preview-white.png)## Installation
### Installer
To use the installer, clone the repository and go inside it.
```
git clone https://github.com/alvatip/Radioactive-nord
cd Radioactive-nord
```
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 Radioactive-nord.tar.gz -C $HOME/.icons/
tar -zxvf Radioactive-white.tar.gz -C $HOME/.icons/
```
For system-wide installation:
```
tar -zxvf Radioactive-nord.tar.gz -C /usr/share/icons/
tar -zxvf Radioactive-white.tar.gz -C /usr/share/icons/
```
## WindowsTo install the cursor theme on windows:
1. Download "Radioactive-Nord-Windows.zip" or "Radioactive-white-windows.zip"
2. Extract the .zip file
3. In the folder, right click on the file "install.inf" and in the option choose "install"## MacOs
To install the cursor theme on MacOs:
1. Install [Mousecape](https://github.com/alexzielenski/Mousecape/releases)
2. Download the approriate .cape file
3. With Mousecape installed on your system, double click the extracted .cape file to import it automatically in Mousecape
4. Then, make the Nordzy cape active in MousecapeIf you need any further information on how Mousecape works or if you have issues with it, please refer to the [project](https://github.com/alexzielenski/Mousecape) page and open an [issue](https://github.com/alexzielenski/Mousecape/issues) if needed.
### Also available on Pling
### 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](https://wiki.archlinux.org/title/Cursor_themes#GNOME)### Uninstallation
If you installed it locally, run this command in your terminal:
```
rm -r $HOME/.icons/Radioactive*
```
And if you installed it system-wide use:
```
sudo rm -r /usr/share/icons/Radioactive*
```
## Other ressources
[Nordzy](https://github.com/alvatip/Nordzy-icon) icon theme.## Issues
If you have any issues, report them [here](https://github.com/alvatip/Radioactive-nord/issues), I will be happy to help you!
## How can I help ?
* By giving a **star** or **follow** on GitHub.
* By **rating** it on [Pling](https://www.pling.com/p/1677966/)## Licence
GNU General Public Licence v3.0.