Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neilsardesai/ambien
Toggle dark mode in macOS Mojave based on ambient lighting
https://github.com/neilsardesai/ambien
Last synced: about 1 month ago
JSON representation
Toggle dark mode in macOS Mojave based on ambient lighting
- Host: GitHub
- URL: https://github.com/neilsardesai/ambien
- Owner: neilsardesai
- License: mit
- Created: 2019-04-27T19:52:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-27T20:24:47.000Z (over 5 years ago)
- Last Synced: 2024-01-02T23:49:52.587Z (about 1 year ago)
- Language: Objective-C
- Size: 290 KB
- Stars: 16
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ambien
Toggle dark mode in macOS Mojave based on ambient lighting![Screenshot of Ambien](https://raw.githubusercontent.com/neilsardesai/Ambien/master/Screenshot.png)
Ambien is a proof-of-concept app that uses the ambient light sensor on your Mac to switch between dark mode and light mode. When you’re in a dark environment, your Mac will switch to dark mode. When you’re in a brightly-lit environment, your Mac will switch to light mode.
[Download Latest Release](https://github.com/neilsardesai/Ambien/releases/download/0.1/Ambien.app.zip)
### IMPORTANT
This app uses a private API to read data from the ambient light sensor. This means that Ambien may not work in a future version of macOS. Heck, it might even be broken right now. I’ve only tested this on my Mid 2014 MacBook Pro, so who knows if it’ll work for you ¯\\_(ツ)_/¯Also, this was hacked together in several hours and originally intended for my own personal use. So please don’t judge my code 😔