From aa1a1e82efa8921fa120662da960cdaf381c4680 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Mon, 3 Mar 2025 13:15:12 -0500 Subject: updates to channels, new cursor, probably other fixes idk --- home-config/icons/Bibata-Modern-Classic/README.txt | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 home-config/icons/Bibata-Modern-Classic/README.txt (limited to 'home-config/icons/Bibata-Modern-Classic/README.txt') diff --git a/home-config/icons/Bibata-Modern-Classic/README.txt b/home-config/icons/Bibata-Modern-Classic/README.txt new file mode 100644 index 0000000..f567209 --- /dev/null +++ b/home-config/icons/Bibata-Modern-Classic/README.txt @@ -0,0 +1,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 +``` \ No newline at end of file -- cgit v1.2.3