xcursorgen
Create an X cursor file from a collection of PNGs. If --prefix is omitted, the image files must be located in the current working directory. More information: <https://manned.org/xcursorgen>.
Install
- All systems
-
curl cmd.cat/xcursorgen.sh
- Debian
-
apt-get install x11-apps
- Ubuntu
-
apt-get install x11-apps
- Arch Linux
-
pacman -S xorg-xcursorgen
- Kali Linux
-
apt-get install x11-apps
- CentOS
-
yum install xorg-x11-apps
- Fedora
-
dnf install xorg-x11-apps
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install x11-apps
- Raspbian
-
apt-get install x11-apps
- Dockerfile
- dockerfile.run/xcursorgen
Create an X cursor file from a collection of PNGs. If --prefix is omitted, the image files must be located in the current working directory. More information: <https://manned.org/xcursorgen>.
-
Create an X cursor file using a config file:
xcursorgen path/to/config.cursor path/to/output_file
-
Create an X cursor file using a config file and specify the path to the image files:
xcursorgen --prefix path/to/image_directory/ path/to/config.cursor path/to/output_file
-
Create an X cursor file using a config file and write the output to `stdout`:
xcursorgen path/to/config.cursor
© tl;dr; authors and contributors