All Projects → numixproject → numix-cursor-theme

numixproject / numix-cursor-theme

Licence: GPL-3.0 license
Numix cursor theme for Linux

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to numix-cursor-theme

phinger-cursors
Most likely the most over engineered cursor theme.
Stars: ✭ 332 (+538.46%)
Mutual labels:  cursors, cursor-theme
BreezeX Cursor
extended KDE cursor
Stars: ✭ 59 (+13.46%)
Mutual labels:  cursors
Kursor
Cursor style with javascript and css
Stars: ✭ 140 (+169.23%)
Mutual labels:  cursors
kotlin-cursor
Kotlin Annotation Processor to generate fromCursor and toContentValues of data classes.
Stars: ✭ 34 (-34.62%)
Mutual labels:  cursors
clickgen
The hassle-free cursor building toolbox
Stars: ✭ 34 (-34.62%)
Mutual labels:  cursors
macOS-cursors-for-Windows
Tested in Windows 10 & 11, 4K, 125%, 150%, 200%. With 2 versions, 2 types and 3 different sizes!
Stars: ✭ 578 (+1011.54%)
Mutual labels:  cursors
Bibata Cursor Translucent
Translucent Varient of the Material Based Cursor
Stars: ✭ 23 (-55.77%)
Mutual labels:  cursor-theme

Numix Cursor Theme

A cursor theme based on icons from the Numix icon theme. Code and assets licensed GPL v3+.

Installing

Download and extract the latest release from GitHub. Then copy the Numix-Cursor and Numix-Cursor-Light folders to /usr/share/icons. Set the cursor theme using either your system settings or a terminal as follows:

gsettings set org.gnome.desktop.interface cursor-theme 'Numix-Cursor{-Light}'

For system-wide change run the following:

sudo update-alternatives --install /usr/share/icons/default/index.theme x-cursor-theme /usr/share/icons/Numix-Cursor{-Light}/cursor.theme 55
sudo update-alternatives --set x-cursor-theme /usr/share/icons/Numix-Cursor{-Light}/cursor.theme

Restart or log out and back in for the changes to take effect.

Building

To build the themes from source you'll need Inkscape (v1.1 or above) and xcursorgen installed. Then run the following in a terminal:

git clone https://github.com/numixproject/numix-cursor-theme.git
cd numix-cursor-theme/
./build.sh

The respective cursor icons are then generated and saved to both the Numix-Cursor{-Light} folders.

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