Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vinceliuice/Vimix-cursors
Vimix-cursors for linux desktop
https://github.com/vinceliuice/Vimix-cursors
Last synced: 14 days ago
JSON representation
Vimix-cursors for linux desktop
- Host: GitHub
- URL: https://github.com/vinceliuice/Vimix-cursors
- Owner: vinceliuice
- License: gpl-3.0
- Created: 2020-02-09T06:30:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-13T21:47:09.000Z (over 2 years ago)
- Last Synced: 2024-08-01T17:39:32.390Z (3 months ago)
- Language: Shell
- Size: 1.69 MB
- Stars: 401
- Watchers: 7
- Forks: 18
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vimix cursors
This is an x-cursor theme inspired by Materia design and
based on [capitaine-cursors](https://github.com/keeferrourke/capitaine-cursors).## Installation
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.
### Windows
The Windows build comes with an INF file to make installation easy.
1. Open `.windows/` folder in Explorer, and right click on `install.inf`.
1. Click 'Install' from the context menu, and authorise the modifications to your system.
1. Press the `Windows Key and R` at the same time and type `main.cpl` in the run promt and press `Ok`.
1. Go to `Pointers` and select `Vimix Cursors` under the Scheme category.
1. Click 'Apply'.## Building from source
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/`### Building depends requirement
- xorg-xcursorgen.
- python-cairosvg.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.## Preview
![Vimix](preview.png)
![Vimix-white](preview-white.png)