Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mac Cursor Folder

Tags:

macos

I've been researching for a couple hours now, and I want to find my Mac system default cursor. Not any mouseover, I just want the default cursor. I am running one of the older versions of Mac, which is: 10.4.11;

I was told that the cursors are in here:

/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HiServices.framework/Versions/A/Resources/cursors

But, there seems to be no Cursors folder in

/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HiServices.framework/Versions/A/Resources/  

Please help. I want a smoothy. :P

like image 874
Ryan Avatar asked Jul 19 '12 04:07

Ryan


People also ask

Where are Mac Cursors stored?

You can find them in /System/Library/Frameworks/ApplicationServices. framework/Versions/A/Frameworks/HIServices. framework/Versions/A/Resources/cursors (I'm on mojave so it may be different), Or go to System/Library/ and search for PDFs.

Where can I find Cursors folder?

cur (cursor) files for the mouse pointers. The default Cursor folder in Windows 10 is located at C:\Windows\Cursors.

How do I customize my Mac cursor?

On your Mac, use the Pointer pane of Accessibility Display preferences to change the size and colour of the pointer, making it easier to find on the screen. To change these preferences, choose Apple menu > System Preferences, click Accessibility , click Display, then click Pointer.


2 Answers

After doing a bit of digging, I found this:

/System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/Resources/EFIResourceBuilder.bundle/Contents/Resources/[email protected]

Hope this is what you were looking for.

like image 170
Eastonium Avatar answered Nov 01 '22 18:11

Eastonium


The default arrow needs to be displayed at times when the rest of the system may not be available (e.g. at boot) so it is probably stored in a special place such as in the hardware itself.

The closest image to the default cursor is probably the "contextual menu", here:

/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/Resources/cursors/contextualmenu/cursor_1only_.png

With some minor edits you could probably turn this image into a whole arrow picture.

Most other cursors have images in WebKit, here:

/System/Library/Frameworks/WebKit.framework/Versions/Current/Frameworks/WebCore.framework/Resources/
like image 37
Kevin Grant Avatar answered Nov 01 '22 17:11

Kevin Grant