@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Add cursor top_left_arrow #10 #11
|
- Add cursor top_left_arrow #10 #11
|
||||||
|
- Uninstall docs ful1e5/apple_cursor#79 ful1e5/apple_cursor#80
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|||||||
@@ -78,6 +78,26 @@ sudo mv BreezeX-* /usr/share/icons/
|
|||||||
4. Open _Control Panel > Personalization and Appearance > Change mouse pointers_, and select **BreezeX Cursors**.
|
4. Open _Control Panel > Personalization and Appearance > Change mouse pointers_, and select **BreezeX Cursors**.
|
||||||
5. Click '**Apply**'.
|
5. Click '**Apply**'.
|
||||||
|
|
||||||
|
### Uninstall
|
||||||
|
|
||||||
|
#### Linux/X11
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# From local users
|
||||||
|
rm -rf ~/.icons/BreezeX-*
|
||||||
|
|
||||||
|
# From all users
|
||||||
|
sudo rm -rf /usr/share/icons/BreezeX-*
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Windows
|
||||||
|
|
||||||
|
1. Go to **Registry Editor** by typing the same in the _start search box_.
|
||||||
|
2. Expand `HKEY_CURRENT_USER` folder and expand `Control Panel` folder.
|
||||||
|
3. Go to `Cursors` folder and click on `Schemes` folder - all the available custom cursors that are installed will be listed here.
|
||||||
|
4. **Right Click** on the name of cursor file you want to uninstall; for eg.: \_BreezeX Cursors\_ and click `Delete`.
|
||||||
|
5. Click '**yes**' when prompted.
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
||||||
## External Libraries
|
## External Libraries
|
||||||
|
|||||||
Reference in New Issue
Block a user