mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-06-03 00:19:52 -04:00
add(docs): how to uninstall
This commit is contained in:
parent
960ceeb94b
commit
2eb08ac7ac
2 changed files with 21 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
20
README.md
20
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue