1
0
mirror of https://github.com/ViViDboarder/shoestrap.git synced 2025-03-09 14:46:16 +00:00

10 lines
158 B
Bash
Executable File

#! /bin/sh
osascript <<EOF
tell application "System Events"
tell appearance preferences
set dark mode to not dark mode
end tell
end tell
EOF