cfx2xc icon indicating copy to clipboard operation
cfx2xc copied to clipboard

CursorFX to X11 cursor theme converter

CursorFX is a popular cursor software for Windows, owned by Stardock.

There are many cursor themes available at http://www.wincustomize.com/explore/cursorfx

This script can convert a CursorFX theme to an X11 cursor theme.

Do NOT distribute the converted themes without the permission of the original author!

Requirement: Python, Python Imaging Library, xcursorgen, tar

Features:

  • Extract the images, convert them into X11 cursor format. Animations are supported
  • Map the CursorFX cursors into X11 cursors
  • Create a tarball for installation
  • support pressed cursors
  • support loop & alternate animation

What're NOT supported so far:

  • repeat/end repeat statements in scripts
  • effects & trails

patches, suggestions are welcome.