mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-27 13:34:20 -04:00
.. | ||
src | ||
nodemon.json | ||
package.json | ||
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
Manual Install
Latest Stable
& Development
releases can be downloaded from Here
Linux/X11
# extract `Bibata-Rainbow.tar.gz`
tar -xvf Bibata-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.
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