1

What is the location of the round silver frame picture around the user icon that appears on the login screen?
I want to find and change it.

slhck
  • 235,242

1 Answers1

5

The ring around the user image and the glossy overlay is the following file:

/System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/Resources/avatarWhiteRing.png

The mask for the regular user image is the following file:

/System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/Resources/avatarMask.png

Daniel Beck
  • 111,893