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 /radharc.1 | |
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 'radharc.1')
-rw-r--r-- | radharc.1 | 31 |
1 files changed, 30 insertions, 1 deletions
@@ -153,6 +153,14 @@ for local display 0 when using X. .TP .BR -t \ \fItemperature\fP Colour temperature, in Kelvins, to apply. + +If +.I temperature +is +.RB ' ? ' +or +.RB ' get ', +the utility will print the currently applied temperature. .TP .B -x Remove the currently applied filter. @@ -187,7 +195,28 @@ 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 +and the full effect is immediately applied. + +.SH STDOUT +The standard output is normally not used, however if +.I temperature +has been specified with +.RB ' get ' +or +.RB ' ? ', +the colour temperature that was set before when the +program started is printed to standard output on the +following format: +.P +.RS +.nf +\fB\(dq%uK\en\(dq, \fP<\fIpreapplied temperature\fP> +.fi +.RE +.P +where it is garanteed that +.I preapplied temperature +is within [1000, 40000]. .SH SEE ALSO .BR coopgammad (1), |