Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sdushantha/svart

Change between dark/light mode depending on the ambient light intensity
https://github.com/sdushantha/svart

Last synced: 9 days ago
JSON representation

Change between dark/light mode depending on the ambient light intensity

Awesome Lists containing this project

README

        


svart



Change between dark/light mode depending on the ambient light intensity


## Installation

### Install using `pip`
```console
$ python3 -m pip install --user svart
```

### Install using `git`
```
$ git clone [email protected]:sdushantha/svart.git
$ cd svart
$ python3 setup.py install
```

## Usage
```console
$ 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
```