From b5584a9b67b8997f45d186138d03fd26fd8ef844 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 18 Feb 2014 09:32:30 +0100 Subject: how to use arguments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/__main__.py | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'src/__main__.py') diff --git a/src/__main__.py b/src/__main__.py index 6185431..45b7292 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -273,6 +273,32 @@ output = parser.opts['--output'] if output is None: output = [] +# if `reset` +# simply reset curves +# if settings are used +# transition from those settings +# otherwise +# transition from pure settings to specified settings +# if gamma, rgb_brightness, cie_brightness or temperature is used twice +# if `reset` +# calculate settings by time or solar position +# otherwise +# run in daemon mode +# otherwise +# do one shoot configuration +# if location is used +# use solar position +# otherwise +# use time 22:00 is night 08:00 is day +# default gamma is 1:1:1 +# default rgb_brightness is 1 +# default cie_brightness is 1 +# default temperature is 3700 during night +# default temperature is 6500 during day +# ignore above if `config_file` +# ignore transitions if `panicgate` +# order of settings: gamma({cie,rgb}_brightness(temperature(id))) + ## Load extension and configurations via blueshiftrc if config_file is None: -- cgit v1.2.3-70-g09d2