cgarz / cursor-converter

Convert Windows cursors to Linux cursors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows to Linux cursor converter

dinosaur dinosaur dinosaur dinosaur dinosaur dinosaur dinosaur dinosaur dinosaur dinosaur dinosaur dinosaur

Depends

  • ImageMagick
  • Windows Cursors, either .ani or .cur. (A default dinosaur theme is included)

Build Ani2Ico

cd ani2ico
make

Conversion

Input files should be in inputs/*.ani and inputs/*.cur Output files will go to outputs/CURSORNAME/CURSORNAME*

./convert.sh

Usage

Start with a default cursor theme, something like Adwaita

mkdir -p ~/.icons/THEMENAME
cp /usr/share/icons/Adwaita/cursors ~/.icons/THEMENAME

Replace the cursors you want

cp outputs/CURSORNAME/CURSORNAME ~/.icons/THEMENAME/cursors/CURSOR_TO_REPLACE

You may also have to select the cursor theme. In Gnome, this is done using gnome-tweak-tool, in Appearance/Themes/Cursor select THEMENAME.

About

Convert Windows cursors to Linux cursors


Languages

Language:C 80.7%Language:Shell 18.1%Language:Makefile 1.2%