29 lines
607 B
Markdown
29 lines
607 B
Markdown
|
# Notwaita Cursor Theme
|
||
|
|
||
|
A cursor theme based off of Adwaita icons from the GNOME Project (Fork).
|
||
|
|
||
|
## Installing & Using
|
||
|
|
||
|
You can use Notwaita by copying the respective folders to your icons folder and changing the cursor theme in gnome tweaks
|
||
|
|
||
|
To do so, cd into the downloaded directory
|
||
|
|
||
|
```
|
||
|
cd 'notwaita-cursor-theme-main'
|
||
|
```
|
||
|
|
||
|
then simply copy the compiled theme to your icons
|
||
|
directory.
|
||
|
|
||
|
For local user installation:
|
||
|
|
||
|
```
|
||
|
cp -r 'Notwaita Black Cursors/Notwaita-Black' ~/.icons
|
||
|
```
|
||
|
|
||
|
For system-wide installation for all users:
|
||
|
|
||
|
```
|
||
|
sudo cp -r 'Notwaita Black Cursors/Notwaita-Black' /usr/share/icons
|
||
|
```
|