Skip to content

Latest commit

History

History
19 lines (10 loc) 路 316 Bytes

light.md

File metadata and controls

19 lines (10 loc) 路 316 Bytes

light

CLI to control the backlight of your screen.

  • Get the current backlight value in percent:

light

  • Set the backlight value to 50 percent:

light -S {{50}}

  • Reduce 20 percent from the current backlight value:

light -U {{20}}

  • Add 20 percent to the current backlight value:

light -A {{20}}