diff options
author | Mattias Andrée <m@maandree.se> | 2025-02-05 18:49:19 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-02-05 18:49:19 +0100 |
commit | 9e1aef46b9ea5fc51c19c2a475bc466e25d502d5 (patch) | |
tree | 35d67e7f437acf1a0c90eb996d3be8cc40798671 /README | |
parent | Add support for -t get/? and transition from applied temperature when starting (diff) | |
download | radharc-9e1aef46b9ea5fc51c19c2a475bc466e25d502d5.tar.gz radharc-9e1aef46b9ea5fc51c19c2a475bc466e25d502d5.tar.bz2 radharc-9e1aef46b9ea5fc51c19c2a475bc466e25d502d5.tar.xz |
Add -W linear
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -4,7 +4,7 @@ NAME SYNOPSIS radharc [-M method] [-S site] [-c crtc] ... [-R rule] [-p priority] [-f fade-in] [-F fade-out] [-h [high-temp][@high-elev]] [-l [low-temp][@low-elev]] - (-L latitude:longitude | -t temperature [-d] | -x) + [-W options] ... (-L latitude:longitude | -t temperature [-d] | -x) DESCRIPTION radharc adjusts the colour temperature of your monitor according @@ -97,6 +97,19 @@ OPTIONS If temperature is '?' or 'get', the utility will print the currently applied temperature. + -W options + Comma-separated list of implementation-specific options. + + Supported options are: + + linear=value + + If value is 'yes', the effect will be surrounded + by an effect equivalent to that of cg-linear(1), + the two effects will be applied as one. + + If value is 'no', the above will not be done. + -x Remove the currently applied filter. |