PandaTeemo / YoloMouse

Game Cursor Changer
The Unlicense
185 stars 42 forks source link

platform request: Linux #20

Open sanawu opened 3 years ago

sanawu commented 3 years ago

Would be good if we could have something similar on Linux

swieja commented 1 year ago

I know this is old but you can use win2xcur [1] python module to convert yolomouse cursors to x11 format and then drop converted icon to some custom theme in directory "/use/share/icons/some_theme" . I copied default one on my debian and replaced each icon like this: sudo cp /home/goofy/Downloads/YoloMouse/bin/Cursors/Default/4 /usr/share/icons/default-yolomouse/pointing_hand

Make sure to create a backup before doing so to avoid unexpected behavior, I haven't had any issues as of yet.

[1] https://pypi.org/project/win2xcur/