diff --git a/neofetch b/neofetch index 3cdabf37..c4b16ff6 100755 --- a/neofetch +++ b/neofetch @@ -1778,7 +1778,7 @@ getwallpaper () { ;; "Mac OS X") - img="$(osascript -e 'tell app "finder" to get posix path of (get desktop picture as text)')" + img="$(osascript -e 'tell application "System Events" to picture of current desktop')" ;; "Windows")