1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 23:17:58 +01:00
tldr/pages/linux/light.md
2017-12-18 23:14:24 +05:30

316 B

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}}