diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-12 22:54:48 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-12 22:54:48 +0200 |
commit | 7edabb6493fadc029ada2c6c4816a0ccd52a822c (patch) | |
tree | 0c13655e0abee45e1a1308e85c2aa1154e5ad7ff /src/nightshift.py | |
parent | m (diff) | |
download | nightshift-7edabb6493fadc029ada2c6c4816a0ccd52a822c.tar.gz nightshift-7edabb6493fadc029ada2c6c4816a0ccd52a822c.tar.bz2 nightshift-7edabb6493fadc029ada2c6c4816a0ccd52a822c.tar.xz |
misc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/nightshift.py')
-rwxr-xr-x | src/nightshift.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nightshift.py b/src/nightshift.py index 1df25f8..fdaafd6 100755 --- a/src/nightshift.py +++ b/src/nightshift.py @@ -252,7 +252,7 @@ The pathname of the interprocess communication socket for nightshift # The status of redshift red_brightness, red_temperature = 1, 6500 -red_brightnesses, red_temperatures = (1, 1), (5500, 3600) +red_brightnesses, red_temperatures = (1, 1), (5500, 3500) red_period, red_location = 1, (0, 0) red_status, red_running = True, True red_condition = None |