A 58x58 pixels custom cursor for X11 (aka Linux) with my GitHub avatar.
Here is a quick preview.
By installing it this way, you do not have to build it. Follow these steps:
- Download the
skippyr_cursor.zip
file from the latest release. - Unzip the file.
- Copy the
skippyr_cursor
directory extracted to~/.local/share/icons
. You might need to create that directory first.
After extracting, ensure that you are copying the directory containing the cursor files, as some system utilities that extract ZIP files might create an extra directory around the contents, which may cause the system to not recognize the cursor.
Follow these steps:
- Install the build dependencies:
- imagemagick (latest version)
- xcursorgen
- ruby
- git
- Clone this repository.
- Access the repository's directory.
- Run the build script.
- Install the cursor for your current user by copying it to
~/.local/share/icons
.
The latest version is required to build the PNG images from the source files.
The X11 utility to create a cursor from PNG files.
The programming language used in the build script.
The utility to clone this repository.
git clone --depth=1 https://github.com/skippyr/skippyr_cursor
cd skippyr_cursor
ruby scripts/build.rb
This script will create the cursor and also the images and place them under the distributions
directory:
mkdir -p ~/.local/share/icons
cp -r distributions/skippyr_cursor ~/.local/share/icons
Report issues and suggestions through the issues tab.
This project is released under terms of the MIT License.
Copyright (c) 2023, Sherman Rofeman. MIT License.