-
Notifications
You must be signed in to change notification settings - Fork 1
/
brownout.1
29 lines (29 loc) · 1.04 KB
/
brownout.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.TH BROWNOUT 1 brownout\-VERSION
.SH NAME
brownout \- simplistic color temperature adjustments
.SH SYNOPSIS
.B brownout
.RB [ \-v ]
.RB [ \- | + ]permille
.SH DESCRIPTION
brownout adjusts the screen color temperature to the user specified permille.
This can be useful when the ambient lighting conditions will make the displayed
colors appear out of place and might induce an irritation to the perception of
the users. It depends on preferences of the user if this reduces
or increases the strain on the eyes.
.P
brownout will print the new percentage value to standard output.
.SH OPTIONS
.TP
.B \-v
prints version information to standard output, then exits.
.SH ARGUMENTS
.TP
.B permille
A number from 0 to 1000 that indicates how much the screen should be adjusted,
where 0 means no modification and 1000 full extend. If the number is preceded
with a plus or minus sign the currently active value is increased or decreased,
respectively.
.SH CUSTOMIZATION
brownout is customized by creating a custom config.h and (re)compiling the source
code. This keeps it simple.