shoestrap/assets/default/mac-bin/dark_mode

10 lines
149 B
Bash
Executable File

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