https://github.com/saligari/captain-frank-cursors
An x-cursor theme heavily based on capitaine cursors and elementary (Mint) for use on my KDE desktop.
https://github.com/saligari/captain-frank-cursors
cursor-theme elementary-os gnu-linux kde svg-icons xcursor
Last synced: 8 months ago
JSON representation
An x-cursor theme heavily based on capitaine cursors and elementary (Mint) for use on my KDE desktop.
- Host: GitHub
- URL: https://github.com/saligari/captain-frank-cursors
- Owner: saligari
- License: other
- Created: 2018-09-08T11:26:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-05T12:40:55.000Z (over 5 years ago)
- Last Synced: 2024-07-18T12:12:02.925Z (over 1 year ago)
- Topics: cursor-theme, elementary-os, gnu-linux, kde, svg-icons, xcursor
- Language: Shell
- Size: 836 KB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Captain Frank cursors

This is an x-cursor theme ~copied from~ heavily based on Capitaine cursors and [elementary (redesigned for Linux Mint)](https://github.com/AlessandroBusolin/elementary-cursors-for-Linux-Mint) cursors icon theme.
The source files were made in Inkscape.
## Installation
To install the cursor theme simply copy the compiled theme to your icons
directory. For local user installation:
```
cp -pr dist/ ~/.icons/captain-frank-cursors
```
For system-wide installation for all users:
```
sudo cp -pr dist/ /usr/share/icons/captain-frank-cursors
```
Then set the theme with your preferred desktop tools.
## License
This cursor icon theme is based on Capitaine cursors and elementary (redesigned for Linux Mint), the
former is under the LGPLv3 license and the latter under GPLv3.
I really don't know much about licensing, I hope there is no conflict in licensing this icon theme
under LGPLv3.
Captain Frank cursors is LGPLv3. See COPYING for more details.
## Building from source
Building the x-cursor theme from SVG source requires a regular inkscape
installation. It also needs a command called `xcursorgen`. If the build
script fails, you should probably install inkscape and xcursorgen using
your preferred package manager :)
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/`