Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronan Pigott committed Mar 18, 2020
1 parent 58590f2 commit b36b633
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,20 @@ $ blight set 50% # 50% of max
$ blight set +5% # +5% of max
$ blight set -- -10% # -10% of max
$ blight set 100% # max brightness
$ blight set 0 # minimum brightness
$ blight set 0 # off
```

See the manpage for more value formats.

Get values:
```
$ blight get default-device
backlight/intel_backlight
$ blight -d leds/dell::kbd_backlight get max-brightness
2
```

Toggle a led:
```
$ blight -d leds/dell::kbd_backlight toggle
```

0 comments on commit b36b633

Please sign in to comment.