mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-06-07 18:04:51 -04:00
💾 Build Docs
This commit is contained in:
parent
189b6ca523
commit
2d02500fd8
1 changed files with 30 additions and 36 deletions
36
README.md
36
README.md
|
@ -152,24 +152,19 @@ From https://github.com/Silicasandwhich/Bibata_Cursor_Translucent#windows -->
|
||||||
#### Windows
|
#### Windows
|
||||||
|
|
||||||
1. Get the lastest stable/dev-version Windows release from the [releases tab](https://github.com/KaizIqbal/Bibata_Cursor/releases) on the github page.
|
1. Get the lastest stable/dev-version Windows release from the [releases tab](https://github.com/KaizIqbal/Bibata_Cursor/releases) on the github page.
|
||||||
|
|
||||||
2. Open the settings app.
|
2. Open the settings app.
|
||||||
|
|
||||||
3. Go to Devices -> Mouse -> Additional Mouse Options.
|
3. Go to Devices -> Mouse -> Additional Mouse Options.
|
||||||
|
|
||||||
4. Go to the pointers tab.
|
4. Go to the pointers tab.
|
||||||
|
|
||||||
5. Replace each cursor in the currently applied cursor set with the corresponding cursor in the Windows folder of your desired flavor.
|
5. Replace each cursor in the currently applied cursor set with the corresponding cursor in the Windows folder of your desired flavor.
|
||||||
|
|
||||||
6. Click "save as" and type in the desired name.
|
6. Click "save as" and type in the desired name.
|
||||||
|
|
||||||
7. Click "apply" and "ok".
|
7. Click "apply" and "ok".
|
||||||
|
|
||||||
### Manual Installation
|
### Manual Installation
|
||||||
|
|
||||||
1. Make sure you have installed all [Build dependencies](#build-dependencies).
|
Make sure you have installed all [Build dependencies](#build-dependencies).
|
||||||
|
|
||||||
|
#### Build & Install
|
||||||
|
|
||||||
2. Build & Install:
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/KaizIqbal/Bibata_Cursor.git
|
git clone https://github.com/KaizIqbal/Bibata_Cursor.git
|
||||||
cd Bibata_Cursor/
|
cd Bibata_Cursor/
|
||||||
|
@ -177,33 +172,32 @@ From https://github.com/Silicasandwhich/Bibata_Cursor_Translucent#windows -->
|
||||||
./build.sh
|
./build.sh
|
||||||
chmod +x ./install.sh
|
chmod +x ./install.sh
|
||||||
```
|
```
|
||||||
Install (available for all users):
|
|
||||||
```bash
|
|
||||||
sudo ./install.sh
|
|
||||||
```
|
|
||||||
Install (available only for local user):
|
|
||||||
```
|
|
||||||
./install.sh
|
|
||||||
```
|
|
||||||
3. Uninstall:
|
|
||||||
|
|
||||||
Using `Script` :
|
#### Install
|
||||||
|
|
||||||
|
```bash
|
||||||
|
./install.sh # For local user
|
||||||
|
sudo ./install.sh # For all users
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Uninstall
|
||||||
|
|
||||||
|
##### Using `Script`
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo ./install.sh # From All Users
|
sudo ./install.sh # From All Users
|
||||||
./install.sh # From Local User
|
./install.sh # From Local User
|
||||||
```
|
```
|
||||||
|
|
||||||
Without `Script` :
|
##### Without `Script`
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo rm -r /usr/share/icons/Bibata_* # From All Users
|
sudo rm -r /usr/share/icons/Bibata_* # From All Users
|
||||||
rm -r ~/.icons/Bibata_* # From Local User
|
rm -r ~/.icons/Bibata_* # From Local User
|
||||||
|
|
||||||
# Note : Your replace * with flavor Name to remove individual
|
|
||||||
```
|
```
|
||||||
|
|
||||||
More information about script is found in [src](./src/README.md) directory.
|
> More information about script is found in [src](./src/README.md) directory.
|
||||||
|
|
||||||
## Preview
|
## Preview
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue