mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-06-01 07:38:27 -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
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