Viewing a single comment thread. View all comments

mrcaptncrunch t1_iv76k93 wrote

It uses a third party app to change the background image.

On Mac I’ve done this in the past with

defaults write com.apple.desktop Background '{defaults = {ImageFilePath = "$PathToImage"; };}';
2