diff options
author | Mattias Andrée <m@maandree.se> | 2025-02-05 17:54:08 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-02-05 17:54:08 +0100 |
commit | 0f60b84867f0a275a05353f5da13973c8d0d1910 (patch) | |
tree | 4baf40316a1e04eb42eb757728583b239006f85a /README | |
parent | Add support for SIGUSR1 and SIGUSR2 (diff) | |
download | radharc-0f60b84867f0a275a05353f5da13973c8d0d1910.tar.gz radharc-0f60b84867f0a275a05353f5da13973c8d0d1910.tar.bz2 radharc-0f60b84867f0a275a05353f5da13973c8d0d1910.tar.xz |
Add support for -t get/? and transition from applied temperature when starting1.2
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'README')
-rw-r--r-- | README | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -94,11 +94,42 @@ OPTIONS -t temperature Colour temperature, in Kelvins, to apply. + If temperature is '?' or 'get', the utility will print the + currently applied temperature. + -x Remove the currently applied filter. OPERANDS No operands are supported. +SIGNALS + The following signals have non-default meaning: + + SIGINT + Gradually fade out the effect and terminate the process. + + If the fade out time is 0 (default) or if the signal is sent + twice, the effect is removed immediately. + + SIGHUP + Terminate the process after any current fade in or fade out + action, but leaf the effect in place. + + SIGUSR1 + Gradually fade out the effect but do not terminate the process. + + If the fade out time is 0 (default) or if the signal is sent + twice, the effect is removed immediately. + + SIGUSR2 + Gradually fade the effect back in (from SIGUSR1). + + If the fade in time is 0 (default) or if the signal is sent + twice, the effect is restored immediately. + + If sent during the initial fade in, the fade in is cancelled + and the full effect is immediately applied. + SEE ALSO coopgammad(1), cg-tools(7), redshift(1), blueshift(1) |