bing-wallpaper icon indicating copy to clipboard operation
bing-wallpaper copied to clipboard

failed to set wallpaper in Power manager. had to add these lines of code in end. Now good .

Open SainiRavi opened this issue 5 years ago • 0 comments

ImageFilePath=$PICTURE_DIR/$filename

osascript -e 'set theUnixPath to POSIX file "'$ImageFilePath'" as text tell application "Finder" set desktop picture to {{theUnixPath}} as alias end tell'

SainiRavi avatar Apr 06 '19 03:04 SainiRavi