Pokemon-Terminal/Scripts/wallpaper.scpt
LazoCoder 16f4a6b27b Added clear functionality
Sets the current terminal background image to blank. Tested on iTerm2 on macOS and Terminology on Ubuntu.
2017-06-11 15:30:23 -04:00

5 lines
No EOL
171 B
AppleScript

tell application "System Events"
tell current desktop
set picture to "/Users/Laki/Documents/GitHub/Pokemon-Terminal/./Images/Extra/deoxys-attack.png"
end tell
end tell