vinceliuice / Vimix-cursors
- среда, 3 марта 2021 г. в 00:20:36
Vimix-cursors for linux desktop
This is an x-cursor theme inspired by Materia design and based on capitaine-cursors.
To install the cursor theme simply copy the compiled theme to your icons directory. For local user installation:
./install.sh
For system-wide installation for all users:
sudo ./install.sh
Then set the theme with your preferred desktop tools.
The Windows build comes with an INF file to make installation easy.
.windows/
in Explorer, and right click on install.inf
.Control Panel
> Personalisation and Appearance
> Change mouse pointers
, and select Capitaine cursors.You'll find everything you need to build and modify this cursor set in
the src/
directory. To build the xcursor theme from the SVG source
run:
./build.sh
This will generate the pixmaps and appropriate aliases.
The freshly compiled cursor theme will be located in dist/
Fedora/RedHat distros:
dnf install xorg-xcursorgen python-cairosvg
Ubuntu/Mint/Debian distros:
sudo apt-get install xorg-xcursorgen python-cairosvg
ArchLinux/Manjaro:
pacman -S xorg-xcursorgen python-cairosvg
Other: Search for the engines in your distributions repository or install the depends from source.