All Projects → ful1e5 → Bibata_Cursor_Rainbow

ful1e5 / Bibata_Cursor_Rainbow

Licence: GPL-3.0 license
'Semi-Animated' Bibata cursors with rainbow colors

Programming Languages

python
139335 projects - #7 most used programming language
typescript
32286 projects
Makefile
30231 projects

Projects that are alternatives of or similar to Bibata Cursor Rainbow

timeline-express
Timeline express allows you to create a vertical animated and responsive timeline of posts, without writing a single line of code. Sweet!
Stars: ✭ 20 (+11.11%)
Mutual labels:  animated
go-rainbow
Golang Helper for beautiful CLI Applications
Stars: ✭ 86 (+377.78%)
Mutual labels:  rainbow
React-Native-Interactive-Card
Interactive Card Component for React Native
Stars: ✭ 29 (+61.11%)
Mutual labels:  animated
Steam-Scripts
Steam userscripts
Stars: ✭ 76 (+322.22%)
Mutual labels:  animated
komorebi
A beautiful and customizable wallpaper manager for Linux
Stars: ✭ 231 (+1183.33%)
Mutual labels:  animated
animation-wrapper-view
Declarative animations with imperative controls for RN/RNW.
Stars: ✭ 53 (+194.44%)
Mutual labels:  animated
mongoose-aggregate-paginate-v2
A cursor based custom aggregate pagination library for Mongoose with customizable labels.
Stars: ✭ 103 (+472.22%)
Mutual labels:  cursor
lime
A library for drawing graphics on the console screen
Stars: ✭ 32 (+77.78%)
Mutual labels:  cursor
silly-android
Android plugins for Java, making core Android APIs easy to use
Stars: ✭ 40 (+122.22%)
Mutual labels:  cursor
LuminousNewTab
Luminous New Tab is a beautiful 'new tab' browser extension that has an animated gradient background! New tabs will show your bookmarks, the time, weather and let you do searches too!
Stars: ✭ 18 (+0%)
Mutual labels:  animated
IrregularGradient
Create animated irregular gradients in SwiftUI.
Stars: ✭ 127 (+605.56%)
Mutual labels:  animated
demo-oracle-mybatis
No description or website provided.
Stars: ✭ 26 (+44.44%)
Mutual labels:  cursor
android-rainbow-opengl
Sample source code for Android Pride Rainbow Bounding Box written in Kotlin and OpenGL 🏳️‍🌈
Stars: ✭ 28 (+55.56%)
Mutual labels:  rainbow
nfJson
Provides a set of fast performance, reliable and easy to use Json functions using pure VFP
Stars: ✭ 40 (+122.22%)
Mutual labels:  cursor
WriteIt.js
Light weight JavaScript library for text writing effect.
Stars: ✭ 24 (+33.33%)
Mutual labels:  cursor
JB2A DnD5e
Templates of spells from the DnD5e ruleset (SRD and PHB), to use on FoundryVTT
Stars: ✭ 28 (+55.56%)
Mutual labels:  animated
AnimatedPullToRefresh-master
A Cool pull to refresh widget provided with character animation in header with user defined text. Customise your widget and show off your home screen!!
Stars: ✭ 38 (+111.11%)
Mutual labels:  animated
YBPulseButton
A Custom button that pulses.
Stars: ✭ 31 (+72.22%)
Mutual labels:  animated
linearmouse
🖱 The mouse and trackpad utility for Mac.
Stars: ✭ 1,151 (+6294.44%)
Mutual labels:  cursor
react-sticky-mouse-tooltip
React tooltip component that follow mouse cursor.
Stars: ✭ 17 (-5.56%)
Mutual labels:  cursor

Bibata Cursor Rainbow

'Semi-Animated' Bibata cursors with rainbow colors.

build CodeFactor Twitter

Bibata Styles

  • Bibata Original : Sharp edge Bibata Cursors
  • Bibata Modern : Round edge Bibata Cursors

Cursor Sizes

22 24 28 32 40 48 56 64 72 80 88 96

Quick install

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/

Windows

  1. unzip .zip file
  2. Open unziped directory in Explorer, and right click on install.inf.
  3. Click 'Install' from the context menu, and authorize the modifications to your system.
  4. Open Control Panel > Personalization and Appearance > Change mouse pointers, and select Bibata Rainbow Cursors.
  5. Click 'Apply'.

Uninstall

Linux/X11

# For local users
rm ~/.icons/Bibata-Rainbow-*

# For all users
sudo rm /usr/share/icons/Bibata-Rainbow-*

Windows

  1. Go to Registry Editor by typing the same in the start search box.
  2. Expand HKEY_CURRENT_USER folder and expand Control Panel folder.
  3. Go to Cursors folder and click on Schemes folder - all the available custom cursors that are installed will be listed here.
  4. Right Click on the name of cursor file you want to uninstall; for eg.: Bibata-Rainbow Cursors and click Delete.
  5. Click 'yes' when prompted.

Dependencies

External Libraries

  • libxcursor-dev
  • libx11-dev
  • libpng-dev (<=1.6)

Install External Libraries

macOS
brew install --cask xquartz
brew install libpng
Debain/ubuntu
sudo apt install libx11-dev libxcursor-dev libpng-dev
ArchLinux/Manjaro
sudo pacman -S libx11 libxcursor libpng
Fedora/Fedora Silverblue/CentOS/RHEL
sudo dnf install libX11-devel libXcursor-devel libpng-devel

Build Dependencies

Node Packages

PyPi Packages

Build From Scratch

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 ci. GitHub Actions available inside .github/workflows directory.

Manual Build

Check Makefile for more targets.

make

Build Only XCursor theme

make unix

Customize XCursor size

make unix X_SIZES=22            # Only built '22px' pixel-size.
make unix X_SIZES=22 24 32      # Multiple sizes are provided with  ' '(Space)

Install XCursor theme

make install            # install as user
  # OR
sudo make install       # install as root

Build Only Windows theme

make windows

Customize Windows Cursor size

make windows WIN_SIZE=96            # Supports only one pixel-size

Windows installations steps are same as these.

You may also like...

Bugs

Bugs should be reported here on the Github issues page.

Getting Help

You can create a issue, I will help you.

Contributing

Check 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.

Credit

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].