
light
List of commands for light:
-
light:tldr:2ac43 light: Get the current backlight value in percent.$ lighttry on your machineexplain this command
-
light:tldr:4ffbc light: Reduce 20 percent from the current backlight value.$ light -U ${20}try on your machineexplain this command
-
light:tldr:8f260 light: Set the backlight value to 50 percent.$ light -S ${50}try on your machineexplain this command
-
light:tldr:b624c light: Add 20 percent to the current backlight value.$ light -A ${20}try on your machineexplain this command