|
|
|
@ -20,13 +20,13 @@ make sure `~/elgato_env` has been activated and you are in repo dir
|
|
|
|
pyinstaller -F elgato.py
|
|
|
|
pyinstaller -F elgato.py
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
### Execution
|
|
|
|
move `dist/elgato` to /usr/local/bin
|
|
|
|
|
|
|
|
|
|
|
|
substitute correct repo location and IP addresses of lights (get from Elgato Control Center app):
|
|
|
|
### Execution
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
~/Documents/git/elgato/dist/elgato day
|
|
|
|
elgato day
|
|
|
|
~/Documents/git/elgato/dist/elgato night
|
|
|
|
elgato night
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## Darkmode script
|
|
|
|
## Darkmode script
|
|
|
|
@ -36,17 +36,16 @@ substitute correct repo location and IP addresses of lights (get from Elgato Con
|
|
|
|
install the following:
|
|
|
|
install the following:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
brew install brightness
|
|
|
|
git clone https://github.com/nriley/brightness.git
|
|
|
|
|
|
|
|
cd brightness
|
|
|
|
|
|
|
|
make
|
|
|
|
|
|
|
|
sudo cp brightness /usr/local/bin/brightness
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
Download https://github.com/jenghis/nshift and move into `/usr/local/bin/`
|
|
|
|
Download https://github.com/jenghis/nshift and move into `/usr/local/bin/`
|
|
|
|
|
|
|
|
|
|
|
|
### Setup
|
|
|
|
### Setup
|
|
|
|
|
|
|
|
|
|
|
|
edit `darkmode` for:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- local repo location (include `dist/elgato` in path)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
move `darkmode` into `/usr/local/bin/`
|
|
|
|
move `darkmode` into `/usr/local/bin/`
|
|
|
|
|
|
|
|
|
|
|
|
### Execution
|
|
|
|
### Execution
|
|
|
|
|