Automatically switch macOS dark / light mode based on sunrise / sunset
pip install auto-mode
Add to cron (crontab -e)
*/5 * * * * /usr/local/bin/auto-mode 2>&1 >/dev/null
Automatically switch macOS dark / light mode based on sunrise / sunset
PythonUnlicense