shoestrap/assets/default/mac-bin/light_mode

10 lines
150 B
Bash
Executable File

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