capitaine-cursors
capitaine-cursors copied to clipboard
My fork of capitaine cursor theme, patched with some additional variants (Gruvbox, Nord, Palenight). Release in Windows and Linux, support HiDPI
Variant | Preview |
---|---|
Default | ![]() |
Gruvbox | ![]() |
Nord | ![]() |
Palenight | ![]() |
About
This is my fork of capitaine-cursors, patched with some additional variants (Gruvbox, Nord, Palenight).
Installation
Windows
- Download "Windows.zip" from release page and extract it.
- Navigate to Start > Settings > System > Display, check the scale of your display.
- If it's 100%, right click
Install_1x.inf
and select "Install". - If it's 150% or above, right click
Install.inf
and select "Install".
Linux
For Arch Linux users, you can install this theme from AUR.
For other Linux distros, download "Linux.zip" from release page and extract it, then copy the folders into ~/.icons
or ~/.local/share/icons
.
Build from source
Dependencies
Build
If you want to patch the colors:
$ ./patch.sh Nord # One of Nord, Gruvbox, Palenight
To build X11 Cursors:
$ make unix
$ make unix X_SIZES=22 # Only built '22px' pixel-size.
$ make unix X_SIZES=22 24 32 # Multiple sizes are provided with ' '(Space)
To build Windows Cursors:
$ make windows
$ make windows WIN_SIZE=32 # Supports only one pixel-size
Credits
This cursor theme is originally designed by @keeferrourke.
The build source code is based on ful1e5/apple_cursor.
The new color variants are added by @sainnhe.