diff --git a/CHANGELOG.md b/CHANGELOG.md index 80f5f3c0..b6c413d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ci updated for symlink script - distributed artifacts inside `build` GitHub actions - Add cursor top_left_arrow cursor ful1e5/BreezeX_Cursor#10 ful1e5/BreezeX_Cursor#11 +- Uninstall docs ful1e5/apple_cursor#79 ful1e5/apple_cursor#80 ### Changed diff --git a/README.md b/README.md index 69a84c09..b2aadefa 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,26 @@ sudo mv Bibata-* /usr/share/icons/ 4. Open _Control Panel_ > _Personalization and Appearance_ > _Change mouse pointers_, and select **Bibata Cursors**. 5. Click '**Apply**'. +### Uninstall + +#### Linux/X11 + +```bash +# From local users +rm ~/.icons/Bibata-* + +# From all users +sudo rm /usr/share/icons/Bibata-* +``` + +#### 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.: _Bibata Cursors_ and click `Delete`. +5. Click '**yes**' when prompted. + # Dependencies ## External Libraries