Bibata_Cursor/README.md

263 lines
7.8 KiB
Markdown
Raw Normal View History

2020-08-13 00:10:25 -04:00
<p align="center">
<img src="https://imgur.com/852r65D.png" width="150">
<br />
<img src="https://imgur.com/g60k2RA.png" width="150">
</p>
<p align="center">
🚀 Material Based Cursor 🏳️‍🌈
</p>
2019-11-12 23:48:09 -05:00
2020-08-13 00:10:25 -04:00
<!-- Badges -->
2019-11-12 23:48:09 -05:00
<p align="center">
2020-08-13 00:10:25 -04:00
<!-- First Row -->
<img alt="Travis CI" src="https://travis-ci.org/KaizIqbal/Bibata_Cursor.svg?branch=master">
<a href="https://github.com/ful1e5/Bibata_Cursor/blob/master/LICENSE" >
<img alt="License" src="https://img.shields.io/github/license/ful1e5/Bibata_Cursor?color=0081FB" />
</a>
<a href="https://github.com/KaizIqbal/Bibata_Cursor/releases" >
<img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/KaizIqbal/Bibata_Cursor">
</a>
<a href="https://aur.archlinux.org/packages/bibata-cursor-theme" >
<img alt="AUR version" src="https://img.shields.io/aur/version/bibata-cursor-theme">
</a>
<!-- Second Row -->
<br />
<a href="https://github.com/ful1e5">
<img alt="Made By Kaiz" src="https://kaiz.vercel.app/api/badge" width="133" />
</a>
2019-11-12 23:48:09 -05:00
</p>
2018-10-21 10:28:46 -04:00
2020-08-13 00:22:03 -04:00
---
2018-10-13 03:51:42 -04:00
2019-11-12 23:48:09 -05:00
## Bibata ?
2018-10-13 03:51:42 -04:00
2020-05-05 16:55:56 -04:00
Bibata is **OpenSource**, Compact and Material Designed Cursor set. This project masterelop for improve `Cursor` Experience.
- **Bibata Classic :** Solid Black Theme. (![#000000](https://placehold.it/15/000000/000000?text=+) `#000000`)
- **Bibata Oil :** Gnome Adwaita's Color based Theme. (![#272728](https://placehold.it/15/272728/000000?text=+) `#272728`)
- **Bibata Ice :** Light Theme. (![#ffffff](https://placehold.it/15/ffffff/000000?text=+) `#ffffff`)
- **Bibata Amber :** Yellowish Theme. (![#FF8300](https://placehold.it/15/FF8300/000000?text=+) `#FF8300`)
2018-10-21 10:28:46 -04:00
2020-08-13 00:22:03 -04:00
<!-- Table Of Content -->
<details>
<summary><strong>Table of Contents</strong> (click to expand)</summary>
- [Bibata Cursor](#bibata-?)
- [Install](#install)
- [Windows](#windows)
- [Preview](#preview)
- [Contributors](CONTRIBUTING.md#contributors)
- [Credit](#credit)
- [Support](#support)
- [License](LICENSE)
</details>
2019-11-12 23:48:09 -05:00
### Build dependencies
2018-10-21 10:25:24 -04:00
2019-11-12 23:48:09 -05:00
- [git](https://git-scm.com/)
- [python3](https://www.python.org/)
2019-12-22 01:59:30 -05:00
- [pip](https://pypi.org/project/pip/)/[python-pillow](https://www.archlinux.org/packages/community/x86_64/python-pillow/)
2019-11-12 23:48:09 -05:00
- [Inkscape](https://inkscape.org/)
- [Xcursorgen](https://www.x.org/releases/X11R7.7/doc/man/man1/xcursorgen.1.xhtml)
2018-10-21 10:25:24 -04:00
2019-11-12 23:48:09 -05:00
### Install dependencies
2018-09-03 07:38:53 -04:00
2020-05-05 16:55:56 -04:00
**📝Note**: Snap/Flatpak packages raise issue in build (e.g. inkscape).
2019-12-22 01:59:30 -05:00
##### Debian/Ubuntu
2018-09-03 07:38:53 -04:00
2020-08-13 00:34:13 -04:00
```bash
2019-11-17 05:55:00 -05:00
sudo apt install git python3 python3-pip inkscape x11-apps
2019-11-12 23:48:09 -05:00
```
2018-09-03 07:38:53 -04:00
2019-11-12 23:48:09 -05:00
##### Fedora
2018-09-03 07:38:53 -04:00
2020-08-13 00:34:13 -04:00
```bash
2019-11-16 23:46:29 -05:00
sudo dnf install git python37 python3-pip inkscape xcursorgen
2019-11-12 23:48:09 -05:00
```
2018-09-03 07:38:53 -04:00
##### Arch Linux/Manjaro
2019-12-22 01:59:30 -05:00
2020-08-13 00:34:13 -04:00
```bash
sudo pacman -S git python-pillow inkscape xorg-xcursorgen
2019-12-22 01:59:30 -05:00
```
2018-09-03 07:38:53 -04:00
2019-11-13 23:13:32 -05:00
## Install
2018-09-03 07:38:53 -04:00
2019-11-13 23:13:32 -05:00
### Basic Installation
2018-09-03 07:38:53 -04:00
2019-11-13 23:13:32 -05:00
Bibata cursor is installed by running one of the following commands in your terminal. You can install this via the command-line with either `curl` or `wget`.
2018-09-03 07:38:53 -04:00
2019-11-13 23:13:32 -05:00
##### via curl
2018-09-03 07:38:53 -04:00
2020-08-13 00:34:13 -04:00
```bash
2019-11-19 04:55:45 -05:00
sh -c "$(curl -fsSL https://raw.githubusercontent.com/KaizIqbal/Bibata_Cursor/master/Bibata.sh)"
2019-11-13 23:13:32 -05:00
```
2018-09-03 07:38:53 -04:00
2019-11-13 23:13:32 -05:00
##### via wget
2018-09-03 07:38:53 -04:00
2020-08-13 00:34:13 -04:00
```bash
2019-11-19 04:55:45 -05:00
sh -c "$(wget -O- https://raw.githubusercontent.com/KaizIqbal/Bibata_Cursor/master/Bibata.sh)"
2019-11-13 23:13:32 -05:00
```
2018-09-03 07:38:53 -04:00
2019-11-13 23:13:32 -05:00
Latest `Stable` & `Development` releases can be downloaded from [Here](https://github.com/KaizIqbal/Bibata_Cursor/releases)
2019-11-12 23:48:09 -05:00
2019-11-13 23:13:32 -05:00
### Packages📦
2019-11-12 23:48:09 -05:00
2019-11-13 23:13:32 -05:00
**📝Note**: If you're having trouble with the packages please submit a request to the package maintainer before creating an issue.
2019-11-12 23:48:09 -05:00
#### Arch Linux/Manjaro
2019-11-12 23:48:09 -05:00
Arch Linux/Manjaro users can install from the [AUR](https://aur.archlinux.org/packages/bibata-cursor-theme) currently maintained by [_@Shatur_](https://aur.archlinux.org/packages/?K=Shatur&SeB=m). Can be installed via Pamac (preinstalled in Manjaro), Yay or any other [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers).
2018-09-03 07:38:53 -04:00
Pamac command:
2019-11-12 23:48:09 -05:00
2020-08-13 00:34:13 -04:00
```bash
pamac install bibata-cursor-theme
2019-11-13 23:13:32 -05:00
```
2019-11-12 23:48:09 -05:00
Yay command:
2019-11-12 23:48:09 -05:00
2020-08-13 00:34:13 -04:00
```bash
yay -S bibata-cursor-theme
2019-11-13 23:13:32 -05:00
```
2019-11-12 23:48:09 -05:00
2019-11-13 23:13:32 -05:00
#### Fedora
2019-11-12 23:48:09 -05:00
Fedora users can install from the [copr-repo](https://copr.fedorainfracloud.org/coprs/muhalantabli/copr-repo) currently maintained by _@muhalantabli_.
2019-11-12 23:48:09 -05:00
Enable the repo:
2019-11-13 23:13:32 -05:00
2020-08-13 00:34:13 -04:00
```bash
2019-11-13 23:13:32 -05:00
sudo dnf copr enable muhalantabli/copr-repo
```
2019-11-12 23:48:09 -05:00
Installation command:
2018-09-03 07:38:53 -04:00
2020-08-13 00:34:13 -04:00
```bash
2019-11-13 23:13:32 -05:00
sudo dnf install bibata-cursor-theme
```
<!--
From https://github.com/Silicasandwhich/Bibata_Cursor_Translucent#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.
2020-05-05 16:55:56 -04:00
2. Open the settings app.
3. Go to Devices -> Mouse -> Additional Mouse Options.
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.
6. Click "save as" and type in the desired name.
7. Click "apply" and "ok".
2019-11-13 23:13:32 -05:00
### Manual Installation
2020-08-13 00:43:32 -04:00
Make sure you have installed all [Build dependencies](#build-dependencies).
#### Build & Install
```bash
git clone https://github.com/KaizIqbal/Bibata_Cursor.git
cd Bibata_Cursor/
chmod +x build.sh
./build.sh
chmod +x ./install.sh
```
#### Install
```bash
./install.sh # For local user
sudo ./install.sh # For all users
```
#### Uninstall
2020-08-13 00:46:27 -04:00
##### Using Script
2020-08-13 00:43:32 -04:00
```bash
sudo ./install.sh # From All Users
./install.sh # From Local User
```
2020-08-13 00:46:27 -04:00
##### Without Script
2020-08-13 00:43:32 -04:00
```bash
sudo rm -r /usr/share/icons/Bibata_* # From All Users
rm -r ~/.icons/Bibata_* # From Local User
```
> More information about script is found in [src](./src/README.md) directory.
2019-11-13 00:01:11 -05:00
2019-11-12 23:48:09 -05:00
## Preview
2018-10-13 03:51:42 -04:00
2020-08-13 00:34:13 -04:00
<p align="center"><img title="Bibata Classic" src="https://imgur.com/IbdooDX.png">
2019-12-27 07:31:10 -05:00
</br><sub>Bibata Classic</sub></p>
2018-09-03 07:38:53 -04:00
2020-08-13 00:34:13 -04:00
<p align="center"><img title="Bibata Ice" src="https://imgur.com/5XRxnE2.png">
2018-09-03 07:38:53 -04:00
</br><sub>Bibata Ice</sub></p>
2020-08-13 00:34:13 -04:00
<p align="center"><img title="Bibata Oil" src="https://imgur.com/3HRZeFw.png">
</br><sub>Bibata Oil</sub></p>
<p align="center"><img title="Bibata Amber" src="https://imgur.com/CylSo2K.png">
2018-09-03 07:38:53 -04:00
</br><sub>Bibata Amber</sub></p>
2019-11-12 23:48:09 -05:00
## You may also like...
- [**Bibata Extra**](https://github.com/KaizIqbal/Bibata_Extra_Cursor) - More Bibata!
- [**Bibata Adapta**](https://gitlab.com/cscs/Bibata_AdaptaBreath_Cursors) - Bibata Based Cursor Made for AdaptaBreath and Manjaro.
- [**Bibata Translucent**](https://github.com/Silicasandwhich/Bibata_Cursor_Translucent) - Bibata translucent is a translucent flavor of the Bibata.
2018-09-03 07:38:53 -04:00
## Bugs
Bugs should be reported [here](https://github.com/KaizIqbal/Bibata_Cursor/issues) on the Github issues page.
## Getting help
You can create a issue, I will help you.
2018-09-03 07:54:47 -04:00
## Contributions and Suggestions
2018-09-03 07:38:53 -04:00
2019-11-12 23:48:09 -05:00
<a href="https://github.com/KaizIqbal/Bibata_Cursor/graphs/contributors">
<img alt="GitHub contributors" src="https://img.shields.io/github/contributors/KaizIqbal/Bibata_Cursor?style=social">
</a>
2018-09-03 07:38:53 -04:00
2020-05-05 16:55:56 -04:00
Check [CONTRIBUTING.md](./CONTRIBUTING.md), any suggestions for features and contributions to the continuing code masterelopment can be made via the issue tracker or code contributions via a `Fork` & `Pull requests`.
2018-09-03 07:38:53 -04:00
2019-11-12 23:48:09 -05:00
## Credit
2018-10-21 10:13:55 -04:00
2019-11-12 23:48:09 -05:00
- [Adwaita](https://github.com/GNOME/adwaita-icon-theme)
- [Dmz](https://github.com/GalliumOS/dmz-cursor-theme)
- [Yaru](https://github.com/ubuntu/yaru)
- Emojis are taken from [here](https://emojipedia.org/)
2019-10-20 06:14:35 -04:00
2019-11-14 03:37:20 -05:00
## Support
2018-10-15 11:40:03 -04:00
2020-08-13 01:09:53 -04:00
Share your joy with **★**.
2019-11-15 11:27:14 -05:00
2020-08-13 00:34:13 -04:00
> For more support
2019-11-15 11:27:14 -05:00
2020-08-13 00:10:25 -04:00
<a href="https://www.buymeacoffee.com/Nt7Wg4V" >
2020-08-13 00:34:13 -04:00
<img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" >
2019-11-17 22:40:31 -05:00
</a>
2018-10-15 11:40:03 -04:00
2020-08-13 00:34:13 -04:00
<!-- Ninja -->
2019-11-12 23:48:09 -05:00
<p align="center">
2020-08-13 01:09:53 -04:00
<h1 align="center">(◣_◢)</h1>
</p>
<p align="center">
2020-08-13 01:28:58 -04:00
<sub>Don't <strong>scroll</strong>, You <strong>wakes</strong> up me</sub>
2018-09-03 07:38:53 -04:00
</p>