svart
Change between dark/light mode depending on the ambient light intensity
Installation
pip
Install using $ python3 -m pip install --user svart
git
Install using $ git clone [email protected]:sdushantha/svart.git
$ cd svart
$ python3 setup.py install
Usage
$ svart --help
usage: svart [options]
positional arguments:
ambient Dark mode when ambient light reaches this level (default: 1,100,000) (commas are not needed)
optional arguments:
-h, --help show this help message and exit
--verbose, -v, --debug, -d
Show some information that might be useful during debugging
--timeout TIMEOUT, -t TIMEOUT
Seconds between each check of the ambient level (default: 0)
--version Show version number