mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2025-02-17 13:28:32 +00:00
Sets the current terminal background image to blank. Tested on iTerm2 on macOS and Terminology on Ubuntu.
5 lines
No EOL
171 B
AppleScript
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 |