-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add -v / --version commands, update help message
Signed-off-by: Kevin Van Lierde <[email protected]>
- Loading branch information
Showing
2 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,8 @@ By Kevin Van Lierde <[email protected]> | |
Usage: | ||
-h, --help Display this message | ||
|
||
-v, --version Display app version | ||
|
||
ui Start the TUXEDO Backlight Control UI | ||
|
||
off Turn off keyboard backlight | ||
|
@@ -15,8 +17,8 @@ Usage: | |
color <color>{1,4} Set the keyboard backlight to a single color, one of: | ||
white, silver, gray, yellow, orange, red, maroon, crimson, | ||
fuchsia, purple, rose, cyan, turquoise, teal, blue, navy, | ||
olive, lime, green, | ||
OR any valid colors defined in /etc/tuxedo-backlight-control/colors.conf | ||
olive, lime, green, OR any valid color_name=hex_value pairs | ||
defined in /etc/tuxedo-backlight-control/colors.conf | ||
|
||
Alternatively, set the keyboard to 4 distinct colors, | ||
in the order: left, center, right, extra. Only regions supported | ||
|