hyprcursor: clarify size requirement

This commit is contained in:
Vaxry 2024-06-16 17:45:29 +02:00
parent 27a61ba481
commit d5dac260ac

View file

@ -103,3 +103,4 @@ Size defines have restrictions:
- All cursor images _must_ have an aspect ratio of 1:1. - All cursor images _must_ have an aspect ratio of 1:1.
- Animated svgs are _not supported_, create multiple svg files with each frame for animations. - Animated svgs are _not supported_, create multiple svg files with each frame for animations.
- Size parameter for .svg images is ignored, leaving it as 0 is recommended. - Size parameter for .svg images is ignored, leaving it as 0 is recommended.
- For png images, `px size` has to match the `.png`'s pixel size.