From ce77c65297e63560e0f0b01806e616b8a19a8e92 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sat, 29 Jan 2022 14:39:41 +0530 Subject: [PATCH] add(docs): how to uninstall --- CHANGELOG.md | 1 + README.md | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 653a1ec..471e230 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Add cursor top_left_arrow #10 #11 +- Uninstall docs ful1e5/apple_cursor#79 ful1e5/apple_cursor#80 ### Changed diff --git a/README.md b/README.md index b519c02..f8563ba 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,26 @@ sudo mv BreezeX-* /usr/share/icons/ 4. Open _Control Panel > Personalization and Appearance > Change mouse pointers_, and select **BreezeX Cursors**. 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 ## External Libraries