update readme

This commit is contained in:
IrisRainbowNeko 2025-05-26 16:34:19 +08:00
parent 02e58f0719
commit 10804a68c8

View file

@ -28,13 +28,13 @@ For example, if you want to convert [the sample cursor](sample/crosshair.cur)
to Linux format: to Linux format:
mkdir output/ mkdir output/
win2xcur sample/crosshair.cur -o output/ win2xcur sample/crosshair.cur -o output/ --size 32 48 64
`-s` can be specified to enable shadows. `-s` can be specified to enable shadows.
Multiple cursors files can be specified on the command line. Multiple cursors files can be specified on the command line.
For example, to convert a directory of cursors with shadows enabled: For example, to convert a directory of cursors with shadows enabled:
win2xcur input/*.{ani,cur} -o output/ win2xcur input/*.{ani,cur} -o output/ --size 32 48 64
For more information, run `win2xcur --help`. For more information, run `win2xcur --help`.
@ -43,7 +43,7 @@ For more information, run `win2xcur --help`.
For example, if you want to convert DMZ-White to Windows: For example, if you want to convert DMZ-White to Windows:
mkdir dmz-white/ mkdir dmz-white/
x2wincur /usr/share/icons/DMZ-White/cursors/* -o dmz-white/ x2wincur /usr/share/icons/DMZ-White/cursors/* -o dmz-white/ --size 32 48 64
## Troubleshooting ## Troubleshooting