diff --git a/README.md b/README.md index c50fd385..49835981 100644 --- a/README.md +++ b/README.md @@ -1,233 +1,226 @@ - -

+

+ +
+ Bibata Cursor +

+ +

🚀 Material Based Cursor 🏳️‍🌈

+ +

+Downloads +GitHub repo size + +GitHub +
+GitHub contributors +GitHub issues +Issues & PR +
+GitHub release (latest by date) +
+ AUR version + + Donate + +

-[![HitCount](http://hits.dwyl.io/KaizIqbal/Bibata_Cursor.svg)](http://hits.dwyl.io/KaizIqbal/Bibata_Cursor) -[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) -[![GitHub contributors](https://img.shields.io/github/contributors/KaizIqbal/Bibata_Cursor.svg)](https://GitHub.com/KaizIqbal/Bibata_Cursor/graphs/contributors/) -[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/KaizIqbal/Bibata_Cursor/graphs/commit-activity) -![PRs](https://img.shields.io/badge/PRs-Welcome-red.svg) -[![Donate](https://img.shields.io/badge/Donate-yes-yellow.svg)](https://www.paypal.me/kaizkhatri) -[![Code Of Conduct](https://img.shields.io/badge/COC-yes-pink.svg)](https://github.com/KaizIqbal/Bibata_Cursor/blob/master/CODE_OF_CONDUCT.md) +

+ Bibata • + Install • + Preview • + Contributors • + Credit • + Support • + License +

-![Open Source Love png1](https://badges.frapsoft.com/os/v1/open-source.png?v=103) -![Bash Shell](https://badges.frapsoft.com/bash/v1/bash.png?v=103) +## Bibata ? -[![GitHub forks](https://img.shields.io/github/forks/KaizIqbal/Bibata_Cursor.svg?style=social&label=Fork&maxAge=2592000)](https://github.com/KaizIqbal/Bibata_Cursor/network) -[![GitHub watchers](https://img.shields.io/github/watchers/KaizIqbal/Bibata_Cursor.svg?style=social&label=Watch&maxAge=2592000)](https://GitHub.com/KaizIqbal/Bibata_Cursor/watchers/) -[![GitHub stars](https://img.shields.io/github/stars/KaizIqbal/Bibata_Cursor.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/KaizIqbal/Bibata_Cursor/stargazers/) -[![GitHub followers](https://img.shields.io/github/followers/KaizIqbal.svg?style=social&label=Follow&maxAge=2592000)](https://github.com/KaizIqbal?tab=followers) - -
- -## How to get Project Message and Updates - -I'll release messages on - * [Twitter](https://twitter.com/ful1e5_) - - - -## Table Of Contents - - * [How to get Project Message and Updates](#how-to-get-project-message-and-updates) - * [Table Of Contents](#table-of-contents) - * [What is Bibata](#what-is-bibata) - * [Dependencies](#dependencies) - * [Build dependencies](#build-dependencies) - * [Installation](#installation) - * [Build From Source Code](#build-from-source-code) - * [Package](#package) - * [Archlinux](#archlinux) - * [Fedora](#fedora) - * [Quick Fixes](#quick-fixes) - * [Inherits Problem](#inherits-problem) - * [Gallery](#gallery) - * [Bugs](#bugs) - * [License & Terms](#license-and-terms) - * [Getting help](#getting-help) - * [Contributions & Suggestions](#contributions-and-suggestions) - * [Looking For Another Bibata](#looking-for-another-bibata) - * [Bibata Extra](#bibata-extra) - * [Bibata Adapta](#bibata-adapta) - * [Contributors](#contributors) - * [Become Sponsor](#become-sponsor) - - -**Who Am I?** - -I'm a _ComputerScienceStudent_, _GraphicsDesigner_ and _OpenSourceEnthusiast_. I mostly do _ComputerGraphics_ stuffs and love them 💕 - -Currently I'm making lots of Linux Themes to Improve [Linux](https://en.wikipedia.org/wiki/Linux) Experience, if you enjoy my works please consider making a donation. My ultimate goal is to become a full-time open-source ninja. - -## What is Bibata - -| Name | Description | -| :-----------: | :------------------ | -| Bibata | Bibata is **OpenSource** ,Compact and Material Designed Cursor set.This project masterelop for improve ```Linux``` Experience and Feel _openness_ in ```OpenSoftwareWorld```.| -| Bibata Oil | Dark Theme | -| Bibata ice | Light Theme | -| Bibata Amber | Yellowish-Orange Theme | - - -## Dependencies - -### Build dependencies - -* [Xcursorgen](https://github.com/freedesktop/xcursorgen) -* [Inkscape](https://gitlab.com/inkscape/inkscape) -* [gnome-themes-standard](https://launchpad.net/ubuntu/+source/gnome-themes-standard) +Bibata is **OpenSource** ,Compact and Material Designed Cursor set.This project masterelop for improve `Cursor` Experience. ## Installation -**Note :** Latest ```Stable``` & ```BETA``` releases can be downloaded from [Here](https://github.com/KaizIqbal/Bibata_Cursor/releases) +Latest `Stable` & `BETA` releases can be downloaded from [Here](https://github.com/KaizIqbal/Bibata_Cursor/releases) + +### Build dependencies + +- [git](https://git-scm.com/) +- [python3](https://www.python.org/) +- [pip](https://pypi.org/project/pip/) +- [Inkscape](https://inkscape.org/) +- [Xcursorgen](https://www.x.org/releases/X11R7.7/doc/man/man1/xcursorgen.1.xhtml) + +### Install dependencies + +##### Debain/Ubuntu + +``` +sudo apt install git python3 python3-pip git inkscape xcursorgen +``` + +##### Fedora + +``` +sudo dnf install git python37 python3-pip git inkscape xcursorgen +``` + +##### ArchLinux/Manjaro + +``` +sudo pacman -S git python python-pip git inkscape xorg-xcursorgen +``` + +**Note**: Snap/Flatpak packages raise issue in build(e.g. inkscape). ### Build From Source Code -1. Make sure you have installed all [Dependencies](#dependencies). +1. Make sure you have installed all [Build dependencies](#build-dependencies). 2. **Build & Install**: - ```bash - $git clone https://github.com/KaizIqbal/Bibata_Cursor.git - $cd Bibata_Cursor/ - $chmod +x build.sh - $./build.sh - $chmod +x ./Installer_Bibata.sh - ``` - Install (As ROOT User) - ```bash - $sudo ./Installer_Bibata.sh - ``` - Install (As Local User) - ``` - $./Installer_Bibata.sh - ``` + ```bash + git clone https://github.com/KaizIqbal/Bibata_Cursor.git + cd Bibata_Cursor/ + chmod +x build.sh + ./build.sh + chmod +x ./install.sh + ``` + Install (As ROOT User) + ```bash + sudo ./install.sh + ``` + Install (As Local User) + ``` + ./install.sh + ``` 3. **Uninstall**: - Using ```Script``` : + Using `Script` : - ```bash - #From ROOT - $sudo ./Installer_Bibata.sh - #From Local User - $./Installer_Bibata.sh - ``` + ```bash + #From ROOT + sudo ./install.sh + #From Local User + ./install.sh + ``` + + Without `Script` : + + ```bash + #From ROOT + $sudo rm -r /usr/share/icons/Bibata_* + #from Local User + $rm -r ~/.icons/Bibata_* + #Note : Your replace * with flavor Name to remove individual + ``` - Without ```Script``` : - ```bash - #From ROOT - $sudo rm -r /usr/share/icons/Bibata_* - #from Local User - $rm -r ~/.icons/Bibata_* - #Note : Your replace * with flavor Name to remove individual - ``` ### Packages + **Package Note**: If you're having trouble with the packages please submit a request to the package maintainer before creating an issue. + ### Archlinux - Arch Linux users can install from the [AUR](https://aur.archlinux.org/packages/bibata-cursor-theme/) currently maintained by _@Shatur_. + + Arch Linux 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). Arch Linux users can install the theme collection from the AUR repository by using the yaourt or packer commands below. **Yaourt commands:** + ``` yaourt -S bibata-cursor-theme ``` + **Packer commands:** + ``` packer -S bibata-cursor-theme ``` + + ### Manjaro linux + + **Pamac commands:** + + ``` + pamac install bibata-cursor-theme + + ``` + ### Fedora + Fedora users can install from the [copr-repo](https://copr.fedorainfracloud.org/coprs/muhalantabli/copr-repo/) currently maintained by _@muhalantabli_. **enable the repo:** - ``` - sudo dnf copr enable muhalantabli/copr-repo ``` + sudo dnf copr enable muhalantabli/copr-repo + + ``` + **installation commands:** + ``` sudo dnf install bibata-cursor-theme ``` -## Quick Fixes -##### *Inherits* Problem -issue [#8](https://github.com/KaizIqbal/Bibata_Cursor/issues/8) +## Preview -edit ```/usr/share/icons/default/index.theme``` and replace your cursor. +

+
Bibata Oil

- [Icon Theme] - Inherits=Adwaita +

+
Bibata Oil

-edited to - - [Icon Theme] - Inherits=Bibata_Ice #replace here - -## Gallery - -

+


Bibata Ice

-

+


Bibata Amber

-

-
Bibata Oil

+## 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. ## Bugs Bugs should be reported [here](https://github.com/KaizIqbal/Bibata_Cursor/issues) on the Github issues page. - -## License and Terms - -```Bibata Cursor SET``` Collection is available under the terms of the GPL-3.0 license See [`LICENSE`](https://github.com/KaizIqbal/Bibata_Cursor/blob/master/LICENSE) for details. - ## Getting help You can create a issue, I will help you. ## Contributions and Suggestions -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```. + + GitHub contributors + -OR +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`. -You give suggestions on _slack_ @ [#bibata-cursor](https://kaizkhatri.slack.com/messages/CCK84QYQ4/) ### -## Looking For Another Bibata +## Credit -###### Bibata Extra - -Bibata Extra **** and maintained by @KaizIqbal you find it at [GitHub](https://github.com/KaizIqbal/Bibata_Extra_Cursor) - -###### Bibata Adapta - -Bibata Adapta **** and maintained by @cscs you find it at [Gitlab](https://gitlab.com/cscs/Bibata_AdaptaBreath_Cursors) - -###### Bibata Translucent - -Bibata Translucent **** and maintained by @Silicasandwhich you find it at [GitHub](https://github.com/Silicasandwhich/Bibata_Cursor_Translucent) - -## Contributors -Thanks goes to these wonderful people - -| | | | | | | -| :-------------: | :-------------: | :-------------: | :-------------: | :-------------: | :-------------: | -| [
mleyen
](https://github.com/mleyen) 👨‍💻| [
eti0
](https://github.com/eti0) 👨‍💻| [
mmetak
](https://github.com/mmetak) 👨‍💻| [
alex285
](https://github.com/alex285)👨‍💻🐛 | [
commonsourcecs
](https://github.com/commonsourcecs) 👨‍💻| [
SiicaSandwhich
](https://github.com/Silicasandwhich) 👨‍💻📦 -| [
muhAlantabli
](https://github.com/muhAlantabli) 📦 +- [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/) ## 💰 Support 💰 -[Plings](https://www.pling.com/p/1197198/) by **pling** -## Become Sponsor -Give ♥️ to become sponsor of **Bibata** + +Pling + +

+ +Buy Me A Coffee + -


- -Your Boy
-Kaiz Khatri -

.^.

+

+

.^.