1BRIGHTNESSCTL(1) brightnessctl BRIGHTNESSCTL(1)
2
3
4
6 brightnessctl - read and control device brightness
7
8
9
11 brightnessctl [options] [operation] [value...]
12
13
14
16 -h, --help
17 Print this help.
18
19
20 -l, --list
21 List devices with available brightness controls.
22
23
24 -q, --quiet
25 Suppress output.
26
27
28 -p, --pretend
29 Do not perform write operations.
30
31
32 -m, --machine-readable
33 Produce machine-readable output.
34
35
36 -n, --min-value=VALUE
37 Set minimum brightness when using delta values, defaults to 1.
38
39
40 -e, --exponent=K
41 Changes percentage scaling curve to exponential (linear by
42 default). Default exponent is 4.
43
44 Percentage equation: % = [VALUE]^[K] * [MAX] * 100^-[K].
45
46 The exponential curve may make the adjustments perceptually equal.
47
48
49 -s, --save
50 Save state in a temporary file.
51
52
53 -r, --restore
54 Restore previously-saved state.
55
56
57 -d, --device=DEVICE
58 Specify device name (can be a wildcard).
59
60
61 -c, --class=CLASS
62 Specify device class.
63
64
65 -v, --version
66 Print version and exit.
67
68
69
71 i, info
72 Get device info.
73
74
75 g, get
76 Get the current brightness of the device.
77
78
79 m, max
80 Get the maximum brightness of the device.
81
82
83 s, set VALUE
84 Set the brightness of the device.
85
86
87 VALUES
88 You may specify VALUE for the set command in absolute or relative form,
89 and as a value or a delta from the current value. For example:
90
91 brightnessctl set 500
92 Sets brightness to 500.
93
94 brightnessctl set 50%
95 Sets brightness to 50% of the maximum.
96
97 brightnessctl set 50-
98 Subtracts 50 from the current brightness.
99
100 brightnessctl set +10
101 Adds 10 to the current brightness.
102
103 brightnessctl set 50%-
104 Subtracts 50% of the maximum from the current brightness.
105
106 brightnessctl set +10%
107 Adds 10% of the maximum to the current brightness.
108
110 Maintained by Mykyta Holubakha, who is assisted by other open source
111 contributors. For more information about brightnessctl development,
112 visit:
113
114 https://github.com/Hummer12007/brightnessctl
115
116
117
118brightnessctl 24th Jan 2018 BRIGHTNESSCTL(1)