![]() All bitmaps renderer are moved to `<root>/bitmapper` directory. That's help us for `Makefile`. |
||
---|---|---|
.. | ||
src | ||
package.json | ||
PLING.bbcode | ||
README.md | ||
tsconfig.json |
Semi-Animated bibata cursors with rainbow colors 🌈
Quick install
Cursor Sizes
22 24 28 32 40 48 56 64 72 80 88 96
Preview
Bibata Rainbow
Packages 📦
📝Note: If you're having trouble with the packages please submit a request to the package maintainer before creating an issue.
Arch Linux/Manjaro
Arch Linux/Manjaro users can install from the AUR currently maintained by @yochananmarqos. Can be installed via Pamac (preinstalled in Manjaro), Yay or any other AUR helper.
Pamac command:
pamac build bibata-rainbow-cursor-theme
Yay command:
yay -S bibata-rainbow-cursor-theme
Manual Install
Latest Stable
& Development
releases can be downloaded from Here
Linux/X11
# extract `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/
# For all users
sudo mv Bibata-*-Rainbow /usr/share/icons/
Build From Scratch
dependencies same as bibata.
⚡ Auto Build (using GitHub Actions)
GitHub Actions is automatically runs on every push
(on main & dev branch) and pull request
(on main branch), You found theme resources in artifact
section of bibata-rainbow-ci. GitHub Actions available inside .github/workflows directory.
Manual Build
Make sure your python environment setup and
virtualenv
is active. Run these 👇 commands in root of project.
Install Node/PyPi Packages
yarn install # Install all Node Packages
yarn py_install # Install all PyPi Packages with Bibata builder
Build Bibata-Rainbow
yarn render:bibata-rainbow # Render Bibata-Rainbow Bitmaps
# Build cursors packages
yarn build # Build Windows & X11 packages
# OR
yarn build:x11 # Build only X11 packages
# OR
yarn build:win # Build only Windows cursors
After build bitmaps
and themes
directory are generated at project root.
Install Build Theme
All builded cursor themes are available inside themes
directory.
Linux
cd ./themes
# installing Theme to local user(recommend)
rm -rf ~/.icons/Bibata-*-Rainbow && cp -r Bibata-*-Rainbow ~/.icons/