mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-05 14:26:33 +00:00
10 lines
158 B
Plaintext
10 lines
158 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
osascript <<EOF
|
||
|
tell application "System Events"
|
||
|
tell appearance preferences
|
||
|
set dark mode to not dark mode
|
||
|
end tell
|
||
|
end tell
|
||
|
EOF
|