diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-15 21:31:30 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-15 21:31:30 +0100 |
commit | e71ff4d62dc4ca7c6a134d24ce4ef829670c23cb (patch) | |
tree | c49d3aa88592d6b971ef0724315a2dbac5ff9e9a /src/__main__.py | |
parent | prototype for randr usage: inverts the colours (diff) | |
download | blueshift-e71ff4d62dc4ca7c6a134d24ce4ef829670c23cb.tar.gz blueshift-e71ff4d62dc4ca7c6a134d24ce4ef829670c23cb.tar.bz2 blueshift-e71ff4d62dc4ca7c6a134d24ce4ef829670c23cb.tar.xz |
add negative
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/__main__.py')
-rwxr-xr-x | src/__main__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/__main__.py b/src/__main__.py index 6ad21ce..cee2f85 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -55,6 +55,7 @@ def periodically(year, month, day, hour, minute, second, weekday, fade): (**) See https://en.wikipedia.org/wiki/Leap_second ''' if fade is None: + negative(False, False, False) temperature(6500, lambda T : divide_by_maximum(series_d(T)), True) temperature(6500, lambda T : clip_whitepoint(simple_whitepoint(T)), True) temperature(6500, cmf_2deg, True) |