summaryrefslogtreecommitdiff
path: root/home-config/icons/Bibata-Modern-Classic/README.txt
blob: f567209d7aa1d54c2003860f53ac67574fe3b3c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[::] Bibata Cursor
TLDR; This cursor set is a masterpiece of cursors available on the internet,
hand-designed by Abdulkaiz Khatri(https://twitter.com/ful1e5).

Bibata is an open source, compact, and material designed cursor set that aims
to improve the cursor experience for users. It is one of the most popular cursor sets
in the Linux community and is now available for free on Windows as well, with multiple color
and size options. Its goal is to offer personalized cursors to users.

[::] What does "Bibata" mean?
The sweetest word I ever spoke was "BI-Buh," which, coincidentally, is also the word for peanuts.
To make it more pronounceable and not sound like a baby's words, I added the suffix "Ta."
And with that, my journey in the world of open source began.

[::] Become Sponsor
https://github.com/sponsors/ful1e5

[::] LICENSE
MIT License

[::] Bug Reports & Contact
https://github.com/ful1e5/bibata/issues

[::] Installation
```bash
tar -xvf Bibata.tar.gz                # extract `Bibata.tar.gz`
mv Bibata-* ~/.icons/                 # Install to local users
sudo mv Bibata-* /usr/share/icons/    # Install to all users
```

[::] Uninstallation
```bash
rm ~/.icons/Bibata-*                  # Remove from local users
sudo rm /usr/share/icons/Bibata-*     # Remove from all users
```