diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 13:52:38 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 13:52:38 +0100 |
| commit | 476273e5214b0f32361da4c72c9b6c53436cf748 (patch) | |
| tree | 5018ffc74ab05147adb9f4237d3877ccb893906b | |
| parent | m makefile (diff) | |
| download | nightshift-0.6.2.tar.gz nightshift-0.6.2.tar.bz2 nightshift-0.6.2.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | DEPENDENCIES | 2 | ||||
| -rw-r--r-- | README | 4 | ||||
| -rw-r--r-- | TODO | 2 | ||||
| -rwxr-xr-x | __main__.py | 6 | ||||
| -rw-r--r-- | completion | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index b4e27be..7e970c2 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -2,7 +2,7 @@ RUNTIME DEPENDENCIES: redshift python3 - linux (procfs is used to reexec python) + linux (procfs is used to re-exec python) MAKE DEPENDENCIES: @@ -10,7 +10,7 @@ DESCRIPTION to the time of day. The goal of this project is to provide high capabilities - to redshift when it becomes a D-Bus services, and do so + to redshift when it becomes a D-Bus service, and do so with a nice terminal user interface and a command line interface with a daemon running in the background. @@ -25,7 +25,7 @@ OPTIONS Show program copyright information. -W, --warranty - Show program warrantly disclaimer. + Show program warranty disclaimer. -d, --daemon Start as daemon. @@ -1,4 +1,4 @@ Freeze/thaw bug: if the client closes, the redshift instance will too for some reason if it is frozen. -A problem with having nigthshift clients open is that both +A problem with having nightshift clients open is that both will be able start a new nightshift daemon if redshift exists. diff --git a/__main__.py b/__main__.py index d0ac5eb..b398d0f 100755 --- a/__main__.py +++ b/__main__.py @@ -101,7 +101,7 @@ toggle = False set_status = None ''' -:bool? `True` if redshift should be enabled, `False` for disble, otherwise `None` +:bool? `True` if redshift should be enabled, `False` for disable, otherwise `None` ''' set_freeze = None @@ -117,7 +117,7 @@ status = False conf_opts = [] ''' :list<str> This list will always have at least one element. This list is filled - with options passed to the configurations, with the first element + with options passed to the configuration, with the first element being the configuration file ''' @@ -168,7 +168,7 @@ for arg in sys.argv[1:]: -h --help Display this help message -V --version Show program version -C --copyright Show program copyright information - -W --warranty Show program warrantly disclaimer + -W --warranty Show program warranty disclaimer -d --daemon Start as daemon -x --reset --kill Remove adjustment from screen @@ -4,7 +4,7 @@ (unargumented (options -h --help) (complete --help) (desc 'Display this help message')) (unargumented (options -V --version) (complete --version) (desc 'Show program version')) (unargumented (options -C --copyright) (complete --copyright) (desc 'Show program copyright information')) - (unargumented (options -W --warranty) (complete --warranty) (desc 'Show program warrantly disclaimer')) + (unargumented (options -W --warranty) (complete --warranty) (desc 'Show program warranty disclaimer')) (unargumented (options -d --daemon) (complete --daemon) (desc 'Start as daemon')) (unargumented (options -x --reset --kill) (complete --kill) (desc 'Remove adjustment from screen')) |
