Cursor theme for MamoLinux Based on Capitaine Cursors with different colour variations.
This is an x-cursor theme inspired by macOS and based on KDE Breeze. The source files were made in Inkscape, and the theme is designed to pair well with mint-y based themes Sucharu for all colour variations.
This cursor should scale appropriately for any display resolution.
This cursor pack provide the following colours:
Name | Build option name |
---|---|
All | (default) |
Aqua | -t Aqua |
Blue | -t Blue |
Brown | -t Brown |
Dark/Black | -t Dark |
Green | -t Green |
Grey | -t Grey |
White/Light | -t Light |
Orange | -t Orange |
Pink | -t Pink |
Purple | -t Purple |
Red | -t Red |
Sand | -t Sand |
Teal | -t Teal |
Yellow | -t Yellow |
This cursor pack aims to support all named pixel densities.
Name | Build option name | Rendered density (DPI) | Scale |
---|---|---|---|
LODPI | -d lo |
96-144 | x1, 1.25, x1.5 |
TVDPI | -d tv (default) |
192 | x2 |
HDPI | -d hd |
240 | x2.5 |
XHDPI | -d xhd |
288 | x3 |
XXHDPI | -d xxhd |
384-480 | x4, x5 |
XXXHDPI | -d xxxhd |
576+ | x6, x10 |
Building from source can take a really long time, depending on the max specified DPI. Pre-built packages are available for download.
That said, you'll find everything you need to build and modify this cursor set in the src/
directory.
Make sure bc
, inkscape
and xcursorgen
are installed
sudo apt install bc inkscape x11-apps # Debian, Ubuntu based distros
sudo dnf install bc inkscape xorg-x11-apps # Fedora, EPEL based distros
brew cask install xquartz inkscape # macOS
Then run the provided script with optional arguments:
./build.sh [option]
This will generate the pixmaps and appropriate aliases.
The freshly compiled cursor theme will be located in the usr/
folder.
The script has a few options described below:
Option | Values | Description |
---|---|---|
-p |
unix , win32 |
Build for BSD/Linux, or Windows |
-t |
See Colours | Choose the variant to build |
-d |
See DPIs | Set the max DPI to render |
Pre-built binaries for debian based systems are available for download at GitHub ❤️
To install the cursor theme simply copy the theme to your icons directory. For local user installation:
mkdir -p ~/.icons/
cp -pr usr/share/icons/* ~/.icons/
For system-wide installation for all users:
sudo cp -pr usr/share/icons/* /usr/share/icons/
Then set the theme with your preferred desktop tools.
Coming Soon or create a PR
Coming Soon or create a PR
Coming Soon or create a PR
Sucharu cursors is based on KDE Breeze cursors and Capitaine cursors, as such it falls under the same license. Sucharu cursors is LGPLv3. See COPYING for more details.
Aqua | Blue |
---|---|
Brown | Dark/Black |
---|---|
Green | Grey |
---|---|
Light/White | Orange |
---|---|
Pink | Purple |
---|---|
Red | Sand |
---|---|
Teal | Yellow |
---|---|
He is the original creator of Capitaine cursors.
- xcursorgen throws some warnings during processing.