mirror of
https://gitlab.com/ykkzde/posy-cursors
synced 2024-10-27 20:44:10 +00:00
66 lines
1.5 KiB
Markdown
66 lines
1.5 KiB
Markdown
## Preview
|
|
|
|
![Preview](https://cloud.auteiy.me/s/nqsGWPnKxT6KSEB/preview)
|
|
|
|
|
|
### Original
|
|
http://www.michieldb.nl/other/cursors/
|
|
|
|
##### Build script from here
|
|
https://github.com/keeferrourke/capitaine-cursors
|
|
|
|
|
|
# Installation instructions
|
|
### Arch Linux
|
|
```
|
|
git clone https://aur.archlinux.org/posy-cursors.git
|
|
cd posy-cursors
|
|
makepkg -si
|
|
```
|
|
<sub><sup>yay -S posy-cursors</sup></sub>
|
|
|
|
### Manual
|
|
|
|
##### Build
|
|
|
|
You'll need:
|
|
|
|
`imagemagick` for converting images to different sizes
|
|
|
|
`xcursorgen` for creating **Xcursor** files
|
|
|
|
|
|
Run `bash Main/create.sh`
|
|
|
|
`cd Prebuilt`
|
|
|
|
Copy `posy-*` folders to `~/.icons`
|
|
|
|
##### Download
|
|
|
|
Download this [archive](https://git.auteiy.me/dmitry/cursorsPosy/-/archive/master/cursorsPosy-master.tar.gz?path=Prebuilt)
|
|
|
|
Extract it
|
|
|
|
`cd cursorsPosy-master-Prebuilt/Prebuilt`
|
|
|
|
Copy `posy-*` folders to `~/.icons`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
#### After installation you can preview some of the cursors in action here
|
|
https://codepen.io/chriscoyier/pen/uCwfB
|
|
|
|
### Special Thanks
|
|
|
|
##### To [Keefer Rourke](https://github.com/keeferrourke) for his [Capitaine Cursors](https://github.com/keeferrourke/capitaine-cursors) theme, from which I took scripts whole repository structure.
|
|
|
|
##### To [Patrick Gordon](https://github.com/paddygord) for creating [ani2 ico converter](https://github.com/paddygord/cursor-converter/) from Windows's formats
|
|
|
|
##### To FisHlaBsoMAN for creating [localemouse](https://bitbucket.org/group-of-coders/localemouse/src/master/) software that check current cursor in use.
|