Abdelrhman-AK / WinPaletter

Advanced Windows Appearance Editor
Other
1.35k stars 54 forks source link

Scale option for cursor (increase cursor size). #227

Closed yugo2911 closed 5 months ago

yugo2911 commented 5 months ago

➕ Enhancement Request

Is your Enhancement request related to a problem? Please describe.

-Scale option for cursor (increase cursor size).

Additional context

Cursor customization is very good, just feels unfortunate that I can't make my cursor larger size.

Abdelrhman-AK commented 5 months ago

As I don't have time, I won't be able to implement it as a feature. I promise that if I have time and work on version 1.0.9.1, I'll implement it.

Anyway, you can do this manually. Open Registry Editor, go to HKEY_CURRENT_USER\Control Panel\Cursors and set values for CursorBaseSize in Decimal base to 32, 48, or 64, and so on. Finally, log off and log on.

image

yugo2911 commented 5 months ago

I notice it gets pixelated during loading. Tried to attach screenshot when it gets pixelated, but it would show small cursor in taken screenshot.

But it does work, thanks!

Abdelrhman-AK commented 5 months ago

There are fixes for apploading and busy cursors. As I couldn't make the animated cursors have different sizes in a single file, I made the renderer generate multiple sizes.

In Control Panel > Mouse, manually load apploading and busy cursors from this path: %localappdata%\Abdelrhman-AK\WinPaletter\Cursors, and you will find files with names following this format: ...._l.ani and ...._xl.ani.

Load the suitable ones for you.

yugo2911 commented 5 months ago

Thanks! Everything works and looks pretty now :)

Abdelrhman-AK commented 5 months ago

You're welcome!