Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cobaohieu/9b88444d50cf310096e8a0369485cdf1 to your computer and use it in GitHub Desktop.
Save cobaohieu/9b88444d50cf310096e8a0369485cdf1 to your computer and use it in GitHub Desktop.
How to change Lock screen wallpaper on mac OS 12

Please go to this path and find the sub directory contain file lockscreen.png at

/Volumes/Macintosh HD/Library/Caches/Desktop Pictures

Open terminal and type this command below then press Enter

sudo chmod -R 777 /Volumes/Monterey HD/Library/Caches/Desktop Pictures

Finally, copy your picture and replace this lockscreen.png

Example, I will copy this lockscreen.png to this path below

/Volumes/Monterey HD/Library/Caches/Desktop Pictures/lockscreen.png

Now, reboot your macbook and congrat your picture is now here.

P.S: Please convert the picture to .png file and rename it to lockscreen.png


Many thanks:

This guy who is owned of this picture here: https://imgur.com/a/QTYcT0t

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment