@@ -23,6 +23,8 @@ backlight <command> [<option>]
23
23
Usage:
24
24
-h, --help Display this message
25
25
26
+ -v, --version Display app version
27
+
26
28
ui Start the TUXEDO Backlight Control UI
27
29
28
30
off Turn off keyboard backlight
33
35
color <color>{1,4} Set the keyboard backlight to a single color, one of:
34
36
white, silver, gray, yellow, orange, red, maroon, crimson,
35
37
fuchsia, purple, rose, cyan, turquoise, teal, blue, navy,
36
- olive, lime, green,
37
- OR any valid colors defined in /etc/tuxedo-backlight-control/colors.conf
38
+ olive, lime, green, OR any valid color_name=hex_value pairs
39
+ defined in /etc/tuxedo-backlight-control/colors.conf
38
40
39
41
Alternatively, set the keyboard to 4 distinct colors,
40
42
in the order: left, center, right, extra. Only regions supported
@@ -94,7 +96,7 @@ You can download and install the TUXEDO Keyboard .deb Package from http://deb.tu
94
96
95
97
Download and double-click the ` .deb ` package from the [ releases] ( https://github.com/webketje/tuxedo-backlight-control/releases/latest ) , or run
96
98
```
97
- sudo dpkg -i tuxedo-backlight-control_0.5 -1_amd64.deb
99
+ sudo dpkg -i tuxedo-backlight-control_0.7 -1_amd64.deb
98
100
```
99
101
from the folder where you downloaded it.
100
102
@@ -103,7 +105,7 @@ from the folder where you downloaded it.
103
105
Download the ` .pkg.tar.xz ` package from the [ releases] ( https://github.com/webketje/tuxedo-backlight-control/releases/latest ) , and run
104
106
105
107
```
106
- pacman -U tuxedo-backlight-control-0.5 -1.pkg.tar.xz
108
+ pacman -U tuxedo-backlight-control-0.7 -1.pkg.tar.xz
107
109
```
108
110
from the folder where you downloaded it.
109
111
0 commit comments