mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-25 20:44:32 -04:00
💾 Installation docs files renamed
This commit is contained in:
parent
845c434c7d
commit
f29ab562d2
2 changed files with 11 additions and 21 deletions
|
@ -2,9 +2,9 @@
|
|||
|
||||
[color=#ff0000][b]NOTES :[/b][/color]
|
||||
[color=#ff0000]------------------------------[/color]
|
||||
[b]* Why package size is so huge:[/b]
|
||||
[b]* Why package size is so huge: [color=#008000](~200 MB)[/color][/b]
|
||||
--- 1. Each cursors contains ~23 frames with HiDPi support.
|
||||
--- 2. Animated cursors like '[i]left_ptr_watch[/i]' & '[i]wait[/i]' redered with [b]high frames [/b]then usual.
|
||||
--- 2. Animated cursors like '[i]left_ptr_watch[/i]' & '[i]wait[/i]' redered with [b]high frames [/b]than usual.
|
||||
|
||||
[b]*[/b] Some cursors are not contains any animation: '[i]crossed_circle[/i]', '[i]wayland_cursor[/i]', '[i]x_cursor[/i]'
|
||||
[b]* This project is maintain under [url=https://github.com/ful1e5/Bibata_Cursor]Bibata[/url]. (Implementation of [url=https://github.com/ful1e5/Bibata_Cursor/issues/55]#55[/url])[/b]
|
||||
|
@ -23,15 +23,15 @@ Get the latest stable Linux release from the [b][url=https://www.pling.com/p/144
|
|||
|
||||
[b]Install[/b]
|
||||
[b]For all user:[/b]
|
||||
[code]sudo mv Bibata-Rainbow-* /usr/share/icons[/code]
|
||||
[code]sudo mv Bibata-*-Rainbow /usr/share/icons[/code]
|
||||
[b]For local user:
|
||||
[/b][code]mv Bibata-Rainbow-* ~/.icons[/code]
|
||||
[/b][code]mv Bibata-*-Rainbow ~/.icons[/code]
|
||||
|
||||
[b]Uninstall[/b]
|
||||
[b]From all user:[/b]
|
||||
[code]sudo rm -r /usr/share/icons/Bibata-Rainbow-*[/code]
|
||||
[code]sudo rm -r /usr/share/icons/Bibata-*-Rainbow[/code]
|
||||
[b]From local user:[/b]
|
||||
[code]rm -r ~/.icons/Bibata-Rainbow-*[/code]
|
||||
[code]rm -r ~/.icons/Bibata-*-Rainbow[/code]
|
||||
|
||||
[b]How I help the Creator?[/b]
|
||||
[list=1]
|
||||
|
|
|
@ -93,25 +93,15 @@ Latest `Stable` & `Development` releases can be downloaded from [Here](https://g
|
|||
|
||||
```bash
|
||||
# extract `Bibata-Rainbow.tar.gz`
|
||||
tar -xvf Bibata-Rainbow.tar.gz
|
||||
tar -xvf Bibata-Modern-Rainbow.tar.gz
|
||||
tar -xvf Bibata-Original-Rainbow.tar.gz
|
||||
|
||||
# For local users
|
||||
mv Bibata-Rainbow-* ~/.icons/
|
||||
mv Bibata-*-Rainbow ~/.icons/
|
||||
|
||||
# For all users
|
||||
sudo mv Bibata-Rainbow-* /usr/share/icons/
|
||||
sudo mv Bibata-*-Rainbow /usr/share/icons/
|
||||
```
|
||||
|
||||
<!--
|
||||
#### Windows
|
||||
|
||||
1. unzip `Bibata-Rainbow_Windows.zip` file
|
||||
2. Open `Bibata-Rainbow_Windows/<Bibata_flavor>` in Explorer, and **right click** on `install.inf`.
|
||||
3. Click 'Install' from the context menu, and authorize the modifications to your system.
|
||||
4. Open _Control Panel_ > _Personalization and Appearance_ > _Change mouse pointers_, and select **Bibata Cursors**.
|
||||
5. Click '**Apply**'. -->
|
||||
|
||||
|
||||
## Build From Scratch
|
||||
|
||||
**[dependencies](../../README.md#dependencies)** same as **bibata**.
|
||||
|
@ -156,5 +146,5 @@ All builded cursor themes are available inside `themes` directory.
|
|||
cd ./themes
|
||||
|
||||
# installing Theme to local user(recommend)
|
||||
rm -rf ~/.icons/Bibata-* && cp -r Bibata-* ~/.icons/
|
||||
rm -rf ~/.icons/Bibata-*-Rainbow && cp -r Bibata-*-Rainbow ~/.icons/
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue