dotfiles/bin/isdark

6 lines
119 B
AppleScript
Executable file

#! /usr/bin/env osascript
tell application "System Events"
tell appearance preferences
dark mode
end tell
end tell