++ code block
This commit is contained in:
parent
98a266d00c
commit
685c58cd7a
1 changed files with 6 additions and 1 deletions
|
@ -10,6 +10,7 @@ driver.
|
|||
|
||||
Also: supports multiple backlight outputs at the same time.
|
||||
|
||||
```
|
||||
[14:12] line:~% cbackblight --help
|
||||
usage: cbackblight [-h] [--inc INC | --dec DEC | --set SET] [--get]
|
||||
|
||||
|
@ -24,4 +25,8 @@ optional arguments:
|
|||
[14:12] line:~% cbackblight --inc 5
|
||||
[14:12] line:~% cbackblight --get
|
||||
intel_backlight: 72.17%
|
||||
[14:13] line:~%
|
||||
[14:13] line:~% cbackblight --dec 7 --get
|
||||
intel_backlight: 65.19%
|
||||
```
|
||||
|
||||
It is basically a smarter / lighter xbacklight replacement
|
||||
|
|
Loading…
Reference in a new issue